eth-icons 0.0.2

Retrieve ethereum icons
Documentation
# 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 = "2024"
name = "eth-icons"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Retrieve ethereum icons"
documentation = "https://github.com/v3xlabs/eth-icons"
readme = "README.md"
license = "LGPL-3.0"
repository = "https://github.com/v3xlabs/eth-icons"

[lib]
name = "eth_icons"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.8"

[dependencies.futures-util]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.tokio]
version = "1.40"
features = ["full"]