# 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 = "2021" name = "uniswap-lens" version = "0.7.0" authors = ["Shuhui Luo "] build = false include = ["src/**/*.rs"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for querying Uniswap V3 using ephemeral lens contracts." readme = "README.md" keywords = [ "alloy", "ethereum", "solidity", "uniswap", ] license = "Apache-2.0" repository = "https://github.com/shuhuiluo/uniswap-lens-rs" [lib] name = "uniswap_lens" path = "src/lib.rs" [dependencies.alloy] version = "0.6" features = [ "contract", "rpc-types", ] [dependencies.anyhow] version = "1" [dependencies.thiserror] version = "2" default-features = false [dev-dependencies.alloy] version = "0.6" features = ["transport-http"] [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.futures] version = "0.3" [dev-dependencies.once_cell] version = "1.20" [dev-dependencies.ruint] version = "1.12" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [] std = [ "alloy/std", "thiserror/std", ]