alt_cargo_metadata 0.9.1

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
Documentation
[dependencies.semver]
features = ["serde"]
package = "alt_semver"
version = "0.9"

[dependencies.serde]
package = "alt_serde"
version = "1.0.79"

[dependencies.serde_derive]
package = "alt_serde_derive"
version = "1.0.79"

[dependencies.serde_json]
package = "alt_serde_json"
version = "1.0.1"
[dev-dependencies.clap]
version = "2.26.0"

[dev-dependencies.docopt]
version = "1.0.2"

[dev-dependencies.structopt]
version = "0.2.10"

[features]
default = []

[package]
authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
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"
license = "MIT"
name = "alt_cargo_metadata"
readme = "README.md"
repository = "https://github.com/oli-obk/cargo_metadata"
version = "0.9.1"
[package.metadata.cargo_metadata_test]
other_field = "foo"
some_field = true