# 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-rbac" version = "0.0.2" authors = ["tranhuyducseven"] description = "This repository is the updated version for [substrate-rbac](https://github.com/gautamdhameja/substrate-rbac)" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tranhuyducseven/pallet-rbac" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.arrayvec] version = "0.7.2" [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.scale-info] version = "2.5.0" features = ["derive"] default-features = false [dependencies.serde] version = "1.0.160" features = ["derive"] package = "serde" [dependencies.sp-runtime] version = "7.0.0" [dependencies.sp-std] version = "5.0.0" default-features = false [dev-dependencies.sp-core] version = "7.0.0" [dev-dependencies.sp-io] version = "7.0.0" [features] default = ["std"] runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks"] std = [ "codec/std", "scale-info/std", "frame-support/std", "frame-system/std", "frame-benchmarking/std", "sp-std/std", "sp-io/std", "sp-runtime/std", ] try-runtime = ["frame-support/try-runtime"]