[dependencies.alloy-primitives]
features = ["serde"]
version = "1.3.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.paste]
version = "1.0"
[lib]
name = "balancer_maths_rust"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Balancer V3 mathematics library in Rust"
edition = "2021"
license = "MIT"
name = "balancer-maths-rust"
readme = false
repository = "https://github.com/balancer/balancer-maths"
version = "0.4.3"
[[test]]
name = "add_liquidity_test"
path = "tests/add_liquidity_test.rs"
[[test]]
name = "remove_liquidity_test"
path = "tests/remove_liquidity_test.rs"
[[test]]
name = "swap_test"
path = "tests/swap_test.rs"
[[test]]
name = "test_akron_hook"
path = "tests/test_akron_hook.rs"
[[test]]
name = "test_directional_fee_hook"
path = "tests/test_directional_fee_hook.rs"
[[test]]
name = "test_exit_fee_hook"
path = "tests/test_exit_fee_hook.rs"
[[test]]
name = "test_reclamm_swap_to_price"
path = "tests/test_reclamm_swap_to_price.rs"
[[test]]
name = "test_stable_surge_hook_ts1"
path = "tests/test_stable_surge_hook_ts1.rs"
[[test]]
name = "test_stable_surge_hook_ts2"
path = "tests/test_stable_surge_hook_ts2.rs"
[[test]]
name = "test_stable_surge_hook_ts3"
path = "tests/test_stable_surge_hook_ts3.rs"