# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tetsy-scale-info" version = "0.4.0" authors = ["Parity Technologies ", "Tetcoin Developers "] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] description = "Tetsy Info about SCALE encodable Rust types" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tetsy-scale-info" keywords = ["tetcoin", "tetcore", "vapory"] categories = ["cryptography::cryptocurrencies", "no-std", "encoding"] license = "Apache-2.0" repository = "https://github.com/tetcoin/tetsy-common" [dependencies.derive_more] version = "0.99.1" features = ["from"] default-features = false [dependencies.scale] version = "1.3" features = ["derive"] default-features = false package = "tetsy-scale-codec" [dependencies.serde] version = "1" features = ["derive", "alloc"] default-features = false [dependencies.tetsy-scale-info-derive] version = "0.2.0" optional = true default-features = false [features] default = ["std"] derive = ["tetsy-scale-info-derive"] std = ["serde/std", "scale/std"]