# 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-v3-sdk" version = "2.6.0" authors = ["Shuhui Luo "] build = false exclude = [ ".github", ".gitignore", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Uniswap V3 SDK for Rust" readme = "README.md" keywords = [ "uniswap-v3", "ethereum", "sdk", ] license = "MIT" repository = "https://github.com/shuhuiluo/uniswap-v3-sdk-rs" [package.metadata.docs.rs] all-features = true [lib] name = "uniswap_v3_sdk" path = "src/lib.rs" [[bench]] name = "bit_math" path = "benches/bit_math.rs" harness = false [[bench]] name = "sqrt_price_math" path = "benches/sqrt_price_math.rs" harness = false [[bench]] name = "swap_math" path = "benches/swap_math.rs" harness = false [[bench]] name = "tick_math" path = "benches/tick_math.rs" harness = false [dependencies.alloy] version = "0.6" features = ["contract"] optional = true [dependencies.alloy-primitives] version = "0.8" [dependencies.alloy-sol-types] version = "0.8" [dependencies.anyhow] version = "1.0" optional = true [dependencies.base64] version = "0.22" optional = true [dependencies.bigdecimal] version = "0.4.5" [dependencies.derive_more] version = "1.0.0" features = [ "deref", "from", ] [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.20" [dependencies.regex] version = "1.11" optional = true [dependencies.rustc-hash] version = "2.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "2" default-features = false [dependencies.uniswap-lens] version = "0.7" optional = true [dependencies.uniswap-sdk-core] version = "3.1.0" [dev-dependencies.alloy-signer] version = "0.6" [dev-dependencies.alloy-signer-local] version = "0.6" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.40" features = ["full"] [dev-dependencies.uniswap_v3_math] version = "0.5.2" [features] default = [] extensions = [ "alloy", "anyhow", "base64", "regex", "serde_json", "uniswap-lens", ] std = [ "alloy?/std", "thiserror/std", "uniswap-sdk-core/std", "uniswap-lens?/std", ]