bcurve 0.1.1

DLMM bonding curve
Documentation
[[bin]]
name = "bcurve"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.csv]
version = "1"

[dependencies.plotters]
version = "0.3.5"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.proptest]
version = "1"

[lib]
name = "bcurve"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics", "finance"]
description = "DLMM bonding curve"
edition = "2021"
keywords = ["AMM", "DLMM", "bonding-curve", "microstructure", "quant"]
license = "MIT"
name = "bcurve"
readme = "README.md"
repository = "https://github.com/jitendra2603/bcurve"
version = "0.1.1"

[profile.release]
codegen-units = 1
lto = "thin"
opt-level = 3

[[test]]
name = "csv_shape"
path = "tests/csv_shape.rs"

[[test]]
name = "properties"
path = "tests/properties.rs"