# 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 = "polkadot-du" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PDU - Polkadot runtime storage analyzer" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/ggwpez/pdu" [[bin]] name = "pdu" path = "src/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.anyhow] version = "1.0.87" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.parity-scale-codec] version = "3.6.12" [dependencies.serde_json] version = "1.0.128" [dependencies.sp-crypto-hashing] version = "0.1.0" [dependencies.subxt] version = "0.37.0" [dependencies.subxt-metadata] version = "0.37.0" [dependencies.termtree] version = "0.5.1" [dependencies.tokio] version = "1.40.0" features = [ "full", "sync", ]