Cargo.toml 820 B
Newer Older
[package]
name = "contract-metadata"
authors = ["Parity Technologies <[email protected]>"]
Dan Shields's avatar
Dan Shields committed
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"]

[lib]
path = "lib.rs"

[dependencies]
impl-serde = "0.3.2"
semver = { version = "1.0.6", features = ["serde"] }
serde = { version = "1.0.136", default-features = false, features = ["derive"] }
serde_json = "1.0.79"
url = { version = "2.2.2", features = ["serde"] }
pretty_assertions = "1.2.0"