[dependencies.anyhow]
version = "1.0.99"
[dependencies.ebi_arithmetic]
version = "0.2.10"
[dependencies.indexmap]
version = "2.11.0"
[dependencies.log]
version = "0.4.27"
[dependencies.malachite]
version = "0.6.1"
[dependencies.ndarray]
version = "0.16.1"
[dependencies.parking_lot]
version = "0.12.4"
[dependencies.pathfinding]
version = "4.14.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.rayon]
version = "1.11.0"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.sprs]
version = "0.11.3"
[features]
approximatearithmetic = ["eapproximatearithmetic", "ebi_arithmetic/approximatearithmetic"]
default = []
eapproximatearithmetic = []
eexactarithmetic = []
exactarithmetic = ["eexactarithmetic", "ebi_arithmetic/exactarithmetic"]
[lib]
crate-type = ["cdylib", "lib"]
name = "ebi_optimisation"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Optimisation techniques for Ebi - a stochastic process mining utility"
edition = "2024"
exclude = ["/testfiles", "/manual", ".github/", ".*"]
homepage = "https://ebitools.org"
keywords = ["stochastic-processes", "process-mining", "business-processes"]
license = "MIT OR Apache-2.0"
name = "ebi_optimisation"
readme = "README.md"
repository = "https://github.com/BPM-Research-Group/Ebi"
version = "0.0.5"
[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
panic = "abort"
strip = true