contract-metadata 2.0.2

Library defining metadata for smart contracts on substrate
Documentation
[package]
name = "contract-metadata"
version = "2.0.2"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"

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 = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
include = ["Cargo.toml", "*.rs", "LICENSE"]

[dependencies]
impl-serde = "0.4.0"
semver = { version = "1.0.16", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.93"
url = { version = "2.3.1", features = ["serde"] }
anyhow = "1.0.69"

[dev-dependencies]
pretty_assertions = "1.3.0"