uniswap-core 0.6.1

The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap decentralized exchange
Documentation
[package]
name = "uniswap-core"
version = "0.6.1"
edition = "2021"
authors = ["malik <aremumalik05@gmail.com>", "Shuhui Luo <twitter.com/aureliano_law>"]
description = "The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap decentralized exchange"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
alloy-primitives = "0.5.4"
bigdecimal = "0.4.2"
eth_checksum = "0.1.2"
lazy_static = "1.4.0"
num-bigint = "0.4.4"
num-integer = "0.1.45"
num-rational = "0.4.1"
num-traits = "0.2.17"
regex = "1.10.2"
rustc-hex = "2.1.0"
serde-value = "0.7.0"
sha3 = "0.10.8"