mirror of https://github.com/ospab/ostp.git
20 lines
443 B
TOML
20 lines
443 B
TOML
[package]
|
|
name = "ostp-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
bytes.workspace = true
|
|
chacha20poly1305.workspace = true
|
|
rand.workspace = true
|
|
snow.workspace = true
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
byteorder = "1.5"
|
|
sha2.workspace = true
|
|
hmac.workspace = true
|
|
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
|
|
hkdf = "0.12.0"
|