# 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 = "kek" version = "0.0.5" authors = ["btwiuse"] description = "get storage value using subxt" license = "MIT" [lib] name = "kek" path = "lib.rs" [[bin]] name = "kek" path = "main.rs" [dependencies.clap] version = "4.5.3" features = [ "derive", "cargo", ] [dependencies.futures] version = "0.3.30" features = ["std"] default-features = false [dependencies.hex] version = "0.4.3" default-features = false [dependencies.subxt] version = "0.35.3" default-features = false [dependencies.tokio] version = "1.36" features = [ "macros", "time", "rt-multi-thread", ] default-features = false [features] default = [ "subxt/unstable-light-client", "subxt/jsonrpsee", "subxt/native", ]