# 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 = "arena-core" version = "0.1.7" exclude = ["contracts"] description = "Framework for holistic economic modelling and simulation of Uniswap v4 strategies, hooks and pools." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/arena-rs/arena" [dependencies.alloy] version = "0.3.0" features = [ "full", "node-bindings", "json", ] [dependencies.alloy-chains] version = "0.1.29" [dependencies.alloy-contract] version = "0.3.0" [dependencies.alloy-sol-macro] version = "0.8.0" [dependencies.alloy-sol-types] version = "0.8.0" [dependencies.alloy-transport-http] version = "0.3.0" [dependencies.async-trait] version = "0.1.81" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.plotly] version = "0.9.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rug] version = "1.25.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", ]