[dependencies.alloy-chains]
version = "0.2"
[dependencies.alloy-primitives]
version = "1.4"
[dependencies.thiserror]
version = "2.0"
[lib]
name = "usdshe"
path = "src/lib.rs"
[package]
authors = ["Joseph Livesey <jlivesey@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "development-tools::testing"]
description = "A utility crate to easily retrieve USDC contract addresses for various blockchain networks."
edition = "2021"
keywords = ["usdc", "crypto", "blockchain", "alloy", "ethereum"]
license = "MIT"
name = "usdshe"
readme = "README.md"
repository = "https://github.com/suchapalaver/usdshe"
version = "0.4.0"