# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "alt_cargo_metadata" version = "0.9.1" authors = ["Oliver Schneider "] description = "alt_cargo_metadata is a copy of cargo_metadata, which uses alt_serde instead of serde. this exists to work around cargo feature unification issue 4866, see also https://github.com/oli-obk/cargo_metadata/issues/98" readme = "README.md" license = "MIT" repository = "https://github.com/oli-obk/cargo_metadata" [package.metadata.cargo_metadata_test] other_field = "foo" some_field = true [dependencies.semver] version = "0.9" features = ["serde"] package = "alt_semver" [dependencies.serde] version = "1.0.79" package = "alt_serde" [dependencies.serde_derive] version = "1.0.79" package = "alt_serde_derive" [dependencies.serde_json] version = "1.0.1" package = "alt_serde_json" [dev-dependencies.clap] version = "2.26.0" [dev-dependencies.docopt] version = "1.0.2" [dev-dependencies.structopt] version = "0.2.10" [features] default = []