# 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-sdk-core" version = "3.2.0" authors = [ "malik ", "Shuhui Luo ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap decentralized exchange" readme = "README.md" license = "MIT" [lib] name = "uniswap_sdk_core" path = "src/lib.rs" doctest = true [dependencies.alloy-primitives] version = "0.8" [dependencies.bigdecimal] version = "0.4.5" [dependencies.derive_more] version = "1.0.0" features = ["deref"] [dependencies.eth_checksum] version = "0.1.2" optional = true [dependencies.lazy_static] version = "1.5" [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1.11" optional = true [dependencies.rustc-hash] version = "2.0" [dependencies.thiserror] version = "2" default-features = false [features] std = ["thiserror/std"] validate_parse_address = [ "eth_checksum", "regex", ]