zksync_external_price_api 26.7.0-non-semver-compat

ZKsync clients for fetching token prices
Documentation
[package]
name = "zksync_external_price_api"
description = "ZKsync clients for fetching token prices"
version.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
async-trait.workspace = true
anyhow.workspace = true
url.workspace = true
bigdecimal.workspace = true
chrono = { workspace = true, default-features = false, features = ["now"] }
serde.workspace = true
reqwest = { workspace = true, features = ["json"] }
fraction.workspace = true
rand.workspace = true
tracing.workspace = true

zksync_config.workspace = true
zksync_types.workspace = true
tokio.workspace = true

[dev-dependencies]
httpmock.workspace = true
serde_json.workspace = true