# 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 = "scale-info-legacy" version = "0.2.2" authors = ["Parity Technologies "] build = false include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Create type information that can be used to decode historic data from Substrate based chains" homepage = "https://www.parity.io/" documentation = "https://docs.rs/scale-info-legacy" readme = "README.md" keywords = [ "parity", "scale", "encoding", "decoding", ] license = "Apache-2.0" repository = "https://github.com/paritytech/scale-info-legacy" [lib] name = "scale_info_legacy" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = ["display"] default-features = false [dependencies.hashbrown] version = "0.15.0" features = ["serde"] [dependencies.scale-type-resolver] version = "0.2" features = ["visitor"] default-features = false [dependencies.serde] version = "1.0.201" features = [ "derive", "alloc", ] default-features = false [dependencies.smallstr] version = "0.3.0" [dependencies.smallvec] version = "1.13.1" [dependencies.yap] version = "0.12.0" [dev-dependencies.serde_json] version = "1.0.117" features = ["alloc"] default-features = false [features] default = ["std"] std = []