ebi_optimisation 0.3.3

Optimisation techniques for Ebi - a stochastic process mining utility
Documentation
# 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 = "2024"
name = "ebi_optimisation"
version = "0.3.3"
build = false
exclude = [
    "/testfiles",
    "/manual",
    ".github/",
    ".*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optimisation techniques for Ebi - a stochastic process mining utility"
homepage = "https://ebitools.org"
readme = "README.md"
keywords = [
    "stochastic-processes",
    "process-mining",
    "business-processes",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BPM-Research-Group/Ebi"

[features]
approximatearithmetic = [
    "eapproximatearithmetic",
    "ebi_arithmetic/approximatearithmetic",
]
default = []
eapproximatearithmetic = []
eexactarithmetic = []
exactarithmetic = [
    "eexactarithmetic",
    "ebi_arithmetic/exactarithmetic",
]

[lib]
name = "ebi_optimisation"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.ebi_arithmetic]
version = "0.3.9"

[dependencies.indexmap]
version = "2.13.0"

[dependencies.log]
version = "0.4.29"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.pathfinding]
version = "4.14.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.sprs]
version = "0.11.4"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true