# 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 = "subrpc" version = "0.6.1" authors = ["chevdor "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "subrpc to manage and update remote registries for RPC endpoints" homepage = "https://github.com/chevdor/subrpc" readme = "README.md" keywords = [ "chevdor", "registry", "polkadot", ] license = "MIT" repository = "https://github.com/chevdor/subrpc" [[bin]] name = "subrpc" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "derive", "env", "unicode", "cargo", ] [dependencies.color-eyre] version = "0.6" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.subrpc-core] version = "0" [dependencies.webbrowser] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0"