[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[lib]
name = "chain_registry_interface"
path = "src/lib.rs"
[package]
authors = ["puneet2019"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Typed runtime access to Cosmos chain-registry (schemas only; no embedded data)."
documentation = "https://docs.rs/chain-registry-interface"
edition = "2021"
homepage = "https://github.com/puneet2019/chain-registry-interface"
keywords = ["cosmos", "ibc", "blockchain", "registry"]
license = "Apache-2.0 OR MIT"
name = "chain-registry-interface"
readme = "README.md"
repository = "https://github.com/puneet2019/chain-registry-interface"
version = "0.0.1"
[[test]]
name = "fetch_assetlist_live"
path = "tests/fetch_assetlist_live.rs"
[[test]]
name = "fetch_chain_live"
path = "tests/fetch_chain_live.rs"
[[test]]
name = "fetch_ibc_data_live"
path = "tests/fetch_ibc_data_live.rs"
[[test]]
name = "fetch_memo_keys_live"
path = "tests/fetch_memo_keys_live.rs"
[[test]]
name = "fetch_versions_live"
path = "tests/fetch_versions_live.rs"
[[test]]
name = "parse_assetlist_fixture"
path = "tests/parse_assetlist_fixture.rs"
[[test]]
name = "parse_chain_fixture"
path = "tests/parse_chain_fixture.rs"
[[test]]
name = "parse_ibc_data_fixture"
path = "tests/parse_ibc_data_fixture.rs"
[[test]]
name = "parse_memo_keys_fixture"
path = "tests/parse_memo_keys_fixture.rs"
[[test]]
name = "parse_versions_fixture"
path = "tests/parse_versions_fixture.rs"