# 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-v2-sdk" version = "0.6.0" authors = ["Shuhui Luo "] build = false exclude = [ ".github", ".gitignore", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Uniswap V2 SDK for Rust" readme = "README.md" keywords = [ "uniswap-v2", "ethereum", "sdk", ] license = "MIT" repository = "https://github.com/shuhuiluo/uniswap-v2-sdk-rs" [package.metadata.docs.rs] all-features = true [lib] name = "uniswap_v2_sdk" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.8" [dependencies.alloy-sol-types] version = "0.8" [dependencies.num-bigint] version = "0.4" [dependencies.once_cell] version = "1.19" [dependencies.rustc-hash] version = "2.0" [dependencies.thiserror] version = "1.0" optional = true [dependencies.uniswap-sdk-core] version = "2.2.0" [features] default = [] std = [ "thiserror", "uniswap-sdk-core/std", ]