Cargo.toml 977 Bytes
Newer Older
authors = ["Parity Technologies <admin@parity.io>"]
license = "APACHE-2.0"
repository = "https://github.com/paritytech/ink"
Hero Bird's avatar
Hero Bird committed
documentation = "https://substrate.dev/substrate-contracts-workshop/#/"
Robin Freyler's avatar
Robin Freyler committed
homepage = "https://www.parity.io/"
description = "[ink!] Rust based eDSL for writing smart contracts for Substrate"
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
categories = ["no-std", "embedded"]
Hero Bird's avatar
Hero Bird committed
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
ink_core = { path = "../core", default-features = false }
ink_prelude = { path = "../prelude/", default-features = false }
scale = { package = "parity-scale-codec", version = "1.1", default-features = false, features = ["derive", "full"] }
Hero Bird's avatar
Hero Bird committed
default = ["test-env"]
    "std",
    "ink_core/test-env",
    "ink_core/std",
    "ink_prelude/std",
    "scale/std",