# 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" rust-version = "1.62" name = "uniswap-rs" version = "0.4.0" authors = ["DaniPopes "] exclude = [ ".github/", "abi/", "examples/", "scripts/", "build.rs", ] description = "Unofficial Rust SDK library for Uniswap smart contracts." homepage = "https://docs.rs/uniswap-rs" readme = "README.md" keywords = [ "dex", "uniswap", "sdk", "ethereum", "eth", ] license = "MIT" repository = "https://github.com/danipopes/uniswap-rs" [dependencies.ethers-contract] version = "1.0" [dependencies.ethers-core] version = "1.0" [dependencies.ethers-providers] version = "1.0" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.ethers-middleware] version = "1.0" [dev-dependencies.ethers-signers] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["macros"] [build-dependencies.ethers-contract-abigen] version = "1.0" default-features = false [build-dependencies.eyre] version = ">=0" [build-dependencies.walkdir] version = ">=2" [features] addresses = [ "serde", "serde_json", ] default = ["addresses"] serde = ["dep:serde"]