# 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-typegen-description" version = "0.10.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Type Description and Examples for SCALE encoded Rust Types" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/scale-typegen" [lib] name = "scale_typegen_description" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.peekmore] version = "1.3.0" [dependencies.proc-macro2] version = "1.0.89" optional = true [dependencies.quote] version = "1.0.33" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.rand_chacha] version = "0.3.1" optional = true [dependencies.scale-info] version = "2.11.1" features = [ "derive", "bit-vec", "decode", "docs", "serde", ] [dependencies.scale-typegen] version = "0.10.0" optional = true [dependencies.scale-value] version = "0.18.0" optional = true [dependencies.smallvec] version = "1.10.0" [dev-dependencies.indoc] version = "2" [dev-dependencies.parity-scale-codec] version = "3.6.12" features = ["derive"] [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.syn] version = "2.0.38" features = [ "full", "extra-traits", ] [features] default = ["type-example"] type-example = [ "scale-value", "proc-macro2", "rand_chacha", "rand", "quote", "scale-typegen", ]