diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index ce82dfa2..c59237d3 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "mas-http" +description = "HTTP utilities for the Matrix Authentication Service" version.workspace = true authors.workspace = true edition.workspace = true diff --git a/crates/iana/Cargo.toml b/crates/iana/Cargo.toml index 92bc5728..6efb6031 100644 --- a/crates/iana/Cargo.toml +++ b/crates/iana/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "mas-iana" +description = "IANA registry data for JOSE and OAuth 2.0" version.workspace = true authors.workspace = true edition.workspace = true diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index ce094255..16c979e5 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "mas-jose" +description = "JSON Object Signing and Encryption (JWT & co) utilities" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true -publish = false [lints] workspace = true diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index 4ee96ee4..d3ee64bd 100644 --- a/crates/keystore/Cargo.toml +++ b/crates/keystore/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "mas-keystore" +description = "Secret keys store used by the Matrix Authentication Service" version.workspace = true authors.workspace = true edition.workspace = true diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 103fff49..645c395f 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "oauth2-types" +description = "OAuth 2.0 types used by the Matrix Authentication Service" version.workspace = true authors.workspace = true edition.workspace = true diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index 78989e71..c630e402 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "mas-oidc-client" +description = "OpenID Connect client library used by the Matrix Authentication Service" version.workspace = true authors.workspace = true edition.workspace = true diff --git a/crates/tower/Cargo.toml b/crates/tower/Cargo.toml index 453a1604..d6372934 100644 --- a/crates/tower/Cargo.toml +++ b/crates/tower/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "mas-tower" +description = "Tower layers used by the Matrix Authentication Service" version.workspace = true authors.workspace = true edition.workspace = true