# 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" rust-version = "1.60.0" name = "scale-info" version = "2.11.5" authors = [ "Parity Technologies ", "Centrality Developers ", ] build = false include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Info about SCALE encodable Rust types" homepage = "https://www.parity.io/" documentation = "https://docs.rs/scale-info" readme = "README.md" categories = [ "no-std", "encoding", ] license = "Apache-2.0" repository = "https://github.com/paritytech/scale-info" [lib] name = "scale_info" path = "src/lib.rs" [dependencies.bitvec] version = "1" features = ["alloc"] optional = true default-features = false [dependencies.cfg-if] version = "1.0" [dependencies.derive_more] version = "1.0.0" features = ["from"] default-features = false [dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info-derive] version = "2.11.5" optional = true default-features = false [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1" features = [ "derive", "alloc", ] optional = true default-features = false [dev-dependencies.scale-info-derive] version = "2.11.4" [features] bit-vec = ["bitvec"] decode = ["scale/full"] default = ["std"] derive = ["scale-info-derive"] docs = ["scale-info-derive/docs"] schema = [ "std", "schemars", ] std = [ "bitvec?/std", "scale/std", ]