# 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 = "subalfred" version = "0.9.2" authors = ["Xavier Lau "] description = "Your Substrate Alfred." homepage = "https://subalfred.hack.ink" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/hack-ink/subalfred" [[bin]] name = "subalfred" [dependencies.anyhow] version = "1.0" [dependencies.array-bytes] version = "6.1" [dependencies.clap] version = "4.3" features = [ "cargo", "derive", "wrap_help", ] [dependencies.cmd-impl] version = "0.9" [dependencies.color-eyre] version = "0.6" [dependencies.serde_json] version = "1.0" [dependencies.subalfred-core] version = "0.9" features = ["clap"] [dependencies.subhasher] version = "0.10" [dependencies.subrpcer] version = "0.10" [dependencies.substorager] version = "0.10" [dependencies.tokio] version = "1.28" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing-subscriber] version = "0.3" [dependencies.unescaper] version = "0.1" [build-dependencies.vergen] version = "8.2" features = [ "build", "cargo", "git", "gitcl", ]