apub/apub-rustcrypto/Cargo.toml

19 lines
404 B
TOML
Raw Normal View History

2021-11-18 04:17:36 +00:00
[package]
name = "apub-rustcrypto"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
apub-core = { version = "0.1.0", path = "../apub-core/" }
2021-11-18 04:17:36 +00:00
base64 = "0.13.0"
rsa = "0.5.0"
2021-11-18 22:08:39 +00:00
serde = { version = "1", features = ["derive"] }
2021-11-18 04:17:36 +00:00
sha2 = "0.9.0"
thiserror = "1"
2021-11-18 22:08:39 +00:00
[dev-dependencies]
rand = "0.8"
serde_json = "1"