[package] name = "activitystreams-new" version = "0.1.0" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/activitystreams-sketch" readme = "README.md" keywords = ["activitystreams", "activitypub"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] activitystreams = { version = "0.6.2", default-features = false, features = ["kinds","primitives"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" typed-builder = "0.5.1" [dev-dependencies] anyhow = "1.0" [patch.crates-io] typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" }