# 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-utilities" version = "1.0.0" authors = ["Laminar Developers "] description = "Various utilities including `FixedU128` and `LinkedList`." license = "Apache-2.0" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/utilities" [dependencies.frame-support] version = "37.0.0" default-features = false [dependencies.parity-scale-codec] version = "3.0.0" features = ["derive"] default-features = false [dependencies.scale-info] version = "2.10.0" features = ["derive"] default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] 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" features = ["serde"] default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [dev-dependencies.frame-system] version = "37.0.0" features = ["std"] default-features = false [dev-dependencies.serde_json] version = "1.0.64" [features] default = ["std"] std = [ "frame-support/std", "parity-scale-codec/std", "scale-info/std", "serde", "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", ]