# 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-derive" version = "2.1.3" authors = [ "Parity Technologies ", "Centrality Developers ", ] description = "Derive type info for SCALE encodable types" homepage = "https://www.parity.io/" documentation = "https://docs.rs/eosio-scale-info" categories = [ "no-std", "encoding", ] license = "Apache-2.0" repository = "https://github.com/paritytech/eosio-scale-info" resolver = "2" [lib] proc-macro = true [dependencies.proc-macro-crate] version = "1" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = [ "derive", "visit", "visit-mut", "extra-traits", ] [features] default = ["docs"] docs = []