eth-avatars 0.0.2

A library for fetching Ethereum avatars.
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-avatars"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for fetching Ethereum avatars."
readme = "README.md"
license = "LGPL-3.0"
repository = "https://github.com/v3xlabs/eth-avatars/"

[features]
reqwest = ["dep:reqwest"]

[lib]
name = "eth_avatars"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.alloy]
version = "2"

[dependencies.anyhow]
version = "1"

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

[dependencies.regex]
version = "1.13"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"
features = ["log"]
default-features = false

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