# 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-ordinals" version = "1.0.1" authors = ["Hoa Le "] publish = true description = "Inscribe Ordinals on Substrate" readme = "README.md" license = "MIT-0" repository = "https://github.com/hoale58-vl/ordinals-pallet" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "3.6.1" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.frame-benchmarking] version = "32.0.0" optional = true default-features = false [dependencies.frame-support] version = "32.0.0" default-features = false [dependencies.frame-system] version = "32.0.0" default-features = false [dependencies.scale-info] version = "2.10.0" features = ["derive"] default-features = false [dependencies.sp-runtime] version = "35.0.0" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [dev-dependencies.sp-core] version = "32.0.0" [features] default = ["std"] runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks"] std = [ "codec/std", "frame-benchmarking?/std", "frame-support/std", "frame-system/std", "sp-runtime/std", "sp-std/std", "scale-info/std", ] try-runtime = ["frame-support/try-runtime"]