[package] name = "my_dependencies" version = "0.1.0" authors = ["John Hodge "] description = "Enumerate dependencies of the current crate from a build script" readme = "README.md" keywords = ["cargo", "dependencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/thepowersgang/my-dependencies-rs.git" [badges] maintenance = { status = "passively-maintained" } [dependencies] cargo_toml = "0.8" syn = { version = "1.0", features = ["extra-traits"] }