# 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 = "gildlab-cli" version = "0.1.0" description = "CLI tools for gildlab nodes." readme = "README.md" license = "CAL-1.0" [dependencies.anyhow] version = "1.0.70" [dependencies.bs58] version = "0.4.0" [dependencies.clap] version = "4.2.3" features = [ "derive", "cargo", ] [dependencies.futures] version = "0.3.28" [dependencies.graphql_client] version = "0.12.0" [dependencies.multihash] version = "0.18.1" [dependencies.once_cell] version = "1.17.1" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.serde] version = "1.0.160" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.url] version = "2.3.1"