# 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-benchmarking" version = "1.0.0" authors = ["Laminar Developers "] description = "Provide macro to benchmark Substrate runtime." license = "Apache-2.0" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/benchmarking" [dependencies.frame-benchmarking] version = "37.0.0" default-features = false [dependencies.frame-support] version = "37.0.0" default-features = false [dependencies.log] version = "0.4.20" default-features = false [dependencies.parity-scale-codec] version = "3.6.5" features = ["max-encoded-len"] default-features = false [dependencies.paste] version = "1.0.7" [dependencies.scale-info] version = "2.10.0" features = ["derive"] default-features = false [dependencies.serde] version = "1.0.189" optional = true [dependencies.sp-api] version = "34.0.0" default-features = false [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-runtime-interface] version = "28.0.0" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [dependencies.sp-storage] version = "21.0.0" default-features = false [dev-dependencies.frame-system] version = "37.0.0" features = ["std"] default-features = false [dev-dependencies.hex-literal] version = "0.4.1" [features] default = ["std"] std = [ "frame-benchmarking/std", "frame-support/std", "log/std", "parity-scale-codec/std", "scale-info/std", "serde", "sp-api/std", "sp-core/std", "sp-io/std", "sp-runtime-interface/std", "sp-runtime/std", "sp-std/std", "sp-storage/std", ]