aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--oxish-aws-lc/Cargo.toml5
-rw-r--r--oxish-graviola/Cargo.toml5
-rw-r--r--oxish-proto/Cargo.toml2
-rw-r--r--oxish/Cargo.toml5
4 files changed, 16 insertions, 1 deletions
diff --git a/oxish-aws-lc/Cargo.toml b/oxish-aws-lc/Cargo.toml
index 4b8d228..e47154b 100644
--- a/oxish-aws-lc/Cargo.toml
+++ b/oxish-aws-lc/Cargo.toml
@@ -4,6 +4,11 @@ version = "0.1.0-rc.1"
edition.workspace = true
rust-version.workspace = true
license = "Apache-2.0 OR MIT"
+description = "aws-lc-rs crypto provider for OxiSH"
+repository = "https://github.com/djc/oxish"
+readme = "../README.md"
+keywords = ["ssh", "protocol", "cryptography"]
+categories = ["network-programming", "cryptography"]
[features]
default = ["aws-lc-rs/default"]
diff --git a/oxish-graviola/Cargo.toml b/oxish-graviola/Cargo.toml
index 2fdee0c..97dcf35 100644
--- a/oxish-graviola/Cargo.toml
+++ b/oxish-graviola/Cargo.toml
@@ -4,6 +4,11 @@ version = "0.1.0-rc.1"
edition.workspace = true
rust-version.workspace = true
license = "Apache-2.0 OR MIT"
+description = "graviola crypto provider for OxiSH"
+repository = "https://github.com/djc/oxish"
+readme = "../README.md"
+keywords = ["ssh", "protocol", "cryptography"]
+categories = ["network-programming", "cryptography"]
[dependencies]
graviola = { workspace = true }
diff --git a/oxish-proto/Cargo.toml b/oxish-proto/Cargo.toml
index 227309c..5621c23 100644
--- a/oxish-proto/Cargo.toml
+++ b/oxish-proto/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0-rc.1"
edition.workspace = true
rust-version.workspace = true
license = "Apache-2.0 OR MIT"
-description = "SSH protocol message definitions"
+description = "SSH protocol message definitions for OxiSH"
repository = "https://github.com/djc/oxish"
readme = "../README.md"
keywords = ["ssh", "protocol", "cryptography"]
diff --git a/oxish/Cargo.toml b/oxish/Cargo.toml
index 5129803..5408ba1 100644
--- a/oxish/Cargo.toml
+++ b/oxish/Cargo.toml
@@ -4,6 +4,11 @@ version = "0.1.0-rc.1"
edition.workspace = true
rust-version.workspace = true
license = "Apache-2.0 OR MIT"
+description = "Modern, memory-safe SSH server"
+repository = "https://github.com/djc/oxish"
+readme = "../README.md"
+keywords = ["ssh", "protocol", "cryptography"]
+categories = ["network-programming", "cryptography"]
[features]
default = ["graviola"]