# 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-payments" version = "1.0.0" authors = ["Virto Network "] description = "Allows users to post escrow payment on-chain" homepage = "https://github.com/virto-network/virto-node" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/virto-network/virto-node" [dependencies.frame-support] version = "37.0.0" default-features = false [dependencies.frame-system] version = "37.0.0" default-features = false [dependencies.log] version = "0.4.20" default-features = false [dependencies.orml-traits] version = "1.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.sp-runtime] version = "39.0.0" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [dev-dependencies.serde] version = "1.0.136" [dev-dependencies.sp-core] version = "34.0.0" default-features = false [dev-dependencies.sp-io] version = "38.0.0" default-features = false [features] default = ["std"] std = [ "frame-support/std", "frame-system/std", "log/std", "orml-traits/std", "parity-scale-codec/std", "scale-info/std", "sp-runtime/std", "sp-std/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime", ]