ebi_arithmetic 0.3.13

Exact arithmetic 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_arithmetic"
version = "0.3.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exact arithmetic for Ebi - a stochastic process mining utility"
homepage = "https://ebitools.org"
readme = "README.md"
keywords = []
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BPM-Research-Group/ebi_arithmetic"

[features]
approximatearithmetic = []
default = []
exactarithmetic = []

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.fnv]
version = "1.0.7"

[dependencies.intmap]
version = "3.1.3"

[dependencies.itertools]
version = "0.15.0"

[dependencies.malachite]
version = "0.9.2"
features = ["random"]

[dependencies.prime_factorization]
version = "1.0.5"

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_chacha]
version = "0.9.0"

[dependencies.serial_test]
version = "3.5.0"

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