# 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-ovm" version = "1.7.1" authors = ["Stake Technologies "] description = "FRAME pallet to optimstic virtual machine" homepage = "https://docs.plasmnet.io/" license = "Apache-2.0" repository = "https://github.com/staketechnologies/Plasm/" [dependencies.codec] version = "2.0" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.frame-support] version = "3.0.0" default-features = false [dependencies.frame-system] version = "3.0.0" default-features = false [dependencies.ovmi] version = "0.3.0" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.sp-arithmetic] version = "3.0.0" default-features = false [dependencies.sp-core] version = "3.0.0" default-features = false [dependencies.sp-runtime] version = "3.0.0" default-features = false [dependencies.sp-std] version = "3.0.0" default-features = false [dev-dependencies.hex-literal] version = "0.2.1" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.pallet-balances] version = "3.0.0" [dev-dependencies.sp-io] version = "3.0.0" [features] default = ["std"] std = ["serde", "codec/std", "sp-runtime/std", "sp-arithmetic/std", "sp-std/std", "sp-core/std", "frame-support/std", "frame-system/std", "ovmi/std"]