# 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-tokens-runtime-api" version = "0.13.0" authors = ["Laminar Developers "] description = "Runtime API module for orml-tokens." license = "Apache-2.0" repository = "https://github.com/open-web3-stack/open-runtime-module-library" [dependencies.frame-support] version = "35.0.0" default-features = false [dependencies.parity-scale-codec] version = "3.0.0" features = ["derive"] default-features = false [dependencies.sp-api] version = "33.0.0" default-features = false [dependencies.sp-runtime] version = "38.0.0" default-features = false [features] default = ["std"] std = [ "frame-support/std", "parity-scale-codec/std", "sp-api/std", "sp-runtime/std", ]