# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "orml-authority" version = "1.0.0" authors = ["Acala Developers"] description = "Utility pallet to perform ROOT calls in a PoA network" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction" [dependencies.frame-support] version = "37.0.0" default-features = false [dependencies.frame-system] version = "37.0.0" default-features = false [dependencies.parity-scale-codec] version = "3.6.5" features = ["max-encoded-len"] default-features = false [dependencies.scale-info] version = "2.10.0" features = ["derive"] default-features = false [dependencies.serde] version = "1.0.145" optional = true [dependencies.sp-core] version = "34.0.0" default-features = false [dependencies.sp-io] version = "38.0.0" default-features = false [dependencies.sp-runtime] version = "39.0.0" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [dev-dependencies.pallet-preimage] version = "37.0.0" features = ["std"] default-features = false [dev-dependencies.pallet-root-testing] version = "13.0.0" features = ["std"] default-features = false [dev-dependencies.pallet-scheduler] version = "38.0.0" features = ["std"] default-features = false [dev-dependencies.sp-io] version = "38.0.0" features = ["std"] default-features = false [features] default = ["std"] runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] std = [ "frame-support/std", "frame-system/std", "parity-scale-codec/std", "scale-info/std", "serde", "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime", ]