apub/apub-rustcrypto/Cargo.toml
Aode (lion) 4f00554af4
All checks were successful
continuous-integration/drone/push Build is passing
rustcrypto: bump sha2
2021-12-07 14:44:32 -06:00

24 lines
645 B
TOML

[package]
name = "apub-rustcrypto"
description = "Utilities for building activitypub servers"
version = "0.2.0"
license = "AGPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/apub"
keywords = ["activitypub", "activitystreams", "federation", "async"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
apub-core = { version = "0.2.0", path = "../apub-core/" }
base64 = "0.13.0"
rsa = "0.5.0"
serde = { version = "1", features = ["derive"] }
sha2 = "0.10.0"
thiserror = "1"
[dev-dependencies]
rand = "0.8"
serde_json = "1"