contract-metadata 0.4.0

Library defining metadata for smart contracts on substrate
Documentation
[dependencies.semver]
features = ["serde"]
version = "1.0.4"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.130"

[dependencies.serde_json]
version = "1.0.68"

[dependencies.url]
features = ["serde"]
version = "2.2.2"
[dev-dependencies.pretty_assertions]
version = "1.0.0"

[lib]
path = "lib.rs"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Library defining metadata for smart contracts on substrate"
documentation = "https://docs.rs/contract-metadata"
edition = "2018"
homepage = "https://www.substrate.io/"
include = ["Cargo.toml", "*.rs", "LICENSE"]
keywords = ["parity", "blockchain"]
license = "Apache-2.0"
name = "contract-metadata"
readme = "README.md"
repository = "https://github.com/paritytech/cargo-contract"
version = "0.4.0"