# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pallet-contract-operator" version = "1.3.0" authors = ["Stake Technologies "] description = "FRAME pallet to manage operator developing smart contracts" homepage = "https://docs.plasmnet.io/" license = "Apache-2.0" repository = "https://github.com/staketechnologies/Plasm/" [dependencies.codec] version = "1.3.0" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.frame-support] version = "2.0.0-rc4" default_features = false [dependencies.frame-system] version = "2.0.0-rc4" default_features = false [dependencies.pallet-balances] version = "2.0.0-rc4" default_features = false [dependencies.pallet-contracts] version = "2.0.0-rc4" default_features = false [dependencies.pallet-timestamp] version = "2.0.0-rc4" default_features = false [dependencies.serde] version = "1.0.106" features = ["derive"] optional = true [dependencies.sp-core] version = "2.0.0-rc4" default_features = false [dependencies.sp-io] version = "2.0.0-rc4" default_features = false [dependencies.sp-runtime] version = "2.0.0-rc4" default_features = false [dependencies.sp-std] version = "2.0.0-rc4" default_features = false [dev-dependencies.derive_more] version = "0.14.0" [dev-dependencies.hex-literal] version = "0.2.1" [dev-dependencies.pallet-randomness-collective-flip] version = "2.0.0-rc4" [dev-dependencies.pallet-transaction-payment] version = "2.0.0-rc4" [dev-dependencies.wabt] version = "0.10.0" [features] default = ["std"] std = ["serde", "codec/std", "sp-core/std", "sp-runtime/std", "sp-io/std", "sp-std/std", "pallet-balances/std", "frame-support/std", "pallet-timestamp/std", "frame-system/std", "pallet-contracts/std"]