aboutsummaryrefslogtreecommitdiffhomepage
path: root/oxish-proto/Cargo.toml
blob: 0a19bbfadee20c50b69345f57ca631a48f904a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "oxish-proto"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license = "Apache-2.0 OR MIT"
description = "SSH protocol message definitions for OxiSH"
repository = "https://github.com/djc/oxish"
readme = "../README.md"
keywords = ["ssh", "protocol", "cryptography"]
categories = ["network-programming", "cryptography"]

[dependencies]
data-encoding = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
zeroize = { workspace = true }

[dev-dependencies]
sha1 = { workspace = true }
sha2 = { workspace = true }

[lints]
workspace = true