[dependencies.anyhow]
version = "1.0.99"
[dependencies.itertools]
version = "0.14.0"
[dependencies.malachite]
features = ["random"]
version = "0.6.1"
[dependencies.rand]
version = "0.9.2"
[features]
approximatearithmetic = []
default = []
exactarithmetic = []
[lib]
crate-type = ["cdylib", "lib"]
name = "ebi_arithmetic"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Exact arithmetic for Ebi - a stochastic process mining utility"
edition = "2024"
homepage = "https://ebitools.org"
keywords = []
license = "MIT OR Apache-2.0"
name = "ebi_arithmetic"
readme = "README.md"
repository = "https://github.com/BPM-Research-Group/ebi_arithmetic"
version = "0.2.13"
[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
panic = "abort"
strip = true