# 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-derive" version = "2.11.5" authors = [ "Parity Technologies ", "Centrality Developers ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive type info for SCALE encodable 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_derive" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro-crate] version = "3" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "derive", "visit", "visit-mut", "extra-traits", ] [features] default = ["docs"] docs = []