[package] name = "contract-metadata" version = "0.4.0" authors = ["Parity Technologies "] edition = "2018" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/paritytech/cargo-contract" documentation = "https://docs.rs/contract-metadata" homepage = "https://www.substrate.io/" description = "Library defining metadata for smart contracts on substrate" keywords = ["parity", "blockchain"] include = ["Cargo.toml", "*.rs", "LICENSE"] [lib] path = "lib.rs" [dependencies] semver = { version = "1.0.4", features = ["serde"] } serde = { version = "1.0.130", default-features = false, features = ["derive"] } serde_json = "1.0.68" url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] pretty_assertions = "1.0.0"