apub/examples/actix-web-example/Cargo.toml
Aode (lion) 52fbfcdb82
All checks were successful
continuous-integration/drone/push Build is passing
Bump versions
2021-12-05 15:19:45 -06:00

23 lines
671 B
TOML

[package]
name = "actix-web-example"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = { version = "4.0.0-beta.11", default-features = false }
apub = { version = "0.2.0", path = "../../", features = ["with-actix-web", "with-awc", "with-rustcrypto"] }
async-trait = "0.1.51"
awc = { version = "3.0.0-beta.11", default-features = false, features = ["rustls"] }
dashmap = "4.0.2"
env_logger = "0.9.0"
example-types = { version = "0.1.0", path = "../example-types/" }
log = "0.4.6"
rand = "0.8"
rsa = "0.5.0"
serde = "1"
serde_json = "1"
thiserror = "1"
url = "2"