[package] version.workspace = true edition.workspace = true categories.workspace = true keywords.workspace = true license.workspace = true homepage.workspace = true name = "activity-vocabulary-derive" description = "Code generator for Activity Streams 2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = { workspace = true, features = ["backtrace"] } maplit = "1" proc-macro2 = "1" quote = "1" serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } serde_yaml = "0.9" syn = "2"