# 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_math" version = "0.5.2" build = false exclude = [ "target/*", ".github/*", ".gitignore", "Uniswap/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Uniswap V3 math in Rust" homepage = "https://github.com/0xKitsune/uniswap_v3_math" readme = "README.md" keywords = [ "uniswapV3", "math", ] license = "MIT" repository = "https://github.com/0xKitsune/uniswap_v3_math" [lib] name = "uniswap_v3_math" path = "src/lib.rs" [dependencies.alloy] version = "0.5" features = [ "contract", "providers", ] [dependencies.eyre] version = "0.6" [dependencies.thiserror] version = "1.0"