# 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 = "auxtrate" version = "0.1.1" description = "Substrate auxiliary helpers - do not use in prod." license = "GPL-3.0-only OR Apache-2.0" [dependencies.frame-support] version = "21.0.0" default-features = false [dependencies.log] version = "0.4.17" default-features = false [dependencies.sp-weights] version = "19.0.0" default-features = false [features] default = ["std"] runtime-benchmarks = ["frame-support/runtime-benchmarks"] std = [ "frame-support/std", "log/std", "sp-weights/std", ] try-runtime = ["frame-support/try-runtime"]