# 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 = "pallet-bank" version = "0.1.4" authors = ["Abhijit Roy "] publish = true description = "FRAME pallet bank for handling financial systems of investment, loans, etc." homepage = "https://github.com/abhi3700/substrate-playground/pallets/bank" readme = "README.md" license = "MIT-0" repository = "https://github.com/abhi3700/substrate-playground/" resolver = "1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "3.2.2" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.frame-benchmarking] version = "4.0.0-dev" optional = true default-features = false [dependencies.frame-support] version = "4.0.0-dev" default-features = false [dependencies.frame-system] version = "4.0.0-dev" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.scale-info] version = "2.5.0" features = ["derive"] default-features = false [dev-dependencies.pallet-balances] version = "4.0.0-dev" [dev-dependencies.sp-core] version = "7.0.0" [dev-dependencies.sp-io] version = "7.0.0" [dev-dependencies.sp-runtime] version = "7.0.0" [features] default = ["std"] runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks"] std = [ "codec/std", "frame-benchmarking?/std", "frame-support/std", "frame-system/std", "scale-info/std", ] try-runtime = ["frame-support/try-runtime"]