# 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" version = "0.10.0" authors = ["Parity Technologies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Type Generation for SCALE encoded Rust Types" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/scale-typegen" [lib] name = "scale_typegen" path = "src/lib.rs" [[example]] name = "polkadot" path = "examples/polkadot.rs" [dependencies.proc-macro2] version = "1.0.89" [dependencies.quote] version = "1.0.33" [dependencies.scale-info] version = "2.11.1" features = [ "derive", "bit-vec", "decode", "docs", "serde", ] [dependencies.syn] version = "2.0.38" features = [ "full", "extra-traits", ] [dependencies.thiserror] version = "2.0.0" default-features = false [dev-dependencies.bitvec] version = "1" features = ["alloc"] default-features = false [dev-dependencies.frame-metadata] version = "17.0.0" features = [ "current", "std", ] default-features = false [dev-dependencies.parity-scale-codec] version = "3.6.12" features = ["derive"] [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.prettyplease] version = "0.2.25" [dev-dependencies.scale-bits] version = "0.7.0"