# 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.56.1" name = "eosio-scale-info" version = "2.1.3" authors = ["Parity Technologies "] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] description = "Info about SCALE encodable Rust types" homepage = "https://www.parity.io/" documentation = "https://docs.rs/eosio-scale-info" readme = "README.md" categories = [ "no-std", "encoding", ] license = "Apache-2.0" repository = "https://github.com/paritytech/eosio-scale-info" resolver = "2" [dependencies.bitvec] version = "1" features = ["alloc"] optional = true default-features = false [dependencies.cfg-if] version = "1.0" [dependencies.derive_more] version = "0.99.1" features = ["from"] default-features = false [dependencies.eosio-scale-info-derive] version = "2.1.3" optional = true default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.serde] version = "1" features = [ "derive", "alloc", ] optional = true default-features = false [features] bit-vec = ["bitvec"] decode = ["scale/full"] default = ["std"] derive = ["eosio-scale-info-derive"] docs = ["eosio-scale-info-derive/docs"] std = [ "bitvec/std", "scale/std", ]