activitystreams-new/Cargo.toml

24 lines
604 B
TOML
Raw Normal View History

2020-05-14 03:54:50 +00:00
[package]
name = "activitystreams-new"
version = "0.1.0"
license = "GPL-3.0"
2020-05-14 03:54:50 +00:00
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/activitystreams-sketch"
2020-06-19 18:54:27 +00:00
documentation = "https://activitystreams-new.asonix.dog"
readme = "README.md"
keywords = ["activitystreams", "activitypub"]
2020-05-14 03:54:50 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
mime = "0.3"
2020-05-14 03:54:50 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.1"
2020-05-14 03:54:50 +00:00
[dev-dependencies]
anyhow = "1.0"