# 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-core" version = "0.6.0" authors = ["chevdor "] description = "subrpc-core is a lib" homepage = "https://github.com/chevdor/subrpc" readme = "README.md" keywords = [ "chevdor", "registry", "polkadot", ] license = "MIT" repository = "https://github.com/chevdor/subrpc" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = [ "serde", "clock", ] default-features = false [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.10" [dependencies.jsonrpsee] version = "0.21" features = ["client"] [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "default-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["rt"] default-features = false