# 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 = "chain-registry" version = "0.2.0-rc3" authors = ["Collin Brittain"] description = "A library for interacting with the Cosmos chain registry repository" documentation = "https://docs.rs/chain-registry/latest/chain-registry/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/peggyjv/chain-registry" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.assay] version = "0.1" [dependencies.eyre] version = "0.6" [dependencies.http] version = "0.2" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] cache = [] default = ["cache"]