ebi_objects 0.3.128

Objects 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_objects"
version = "0.3.128"
build = false
exclude = [
    "/testfiles",
    "/manual",
    ".github/",
    ".*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Objects 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_objects"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bitvec]
version = "1.0.1"

[dependencies.chrono]
version = "0.4.44"

[dependencies.csv]
version = "1.4.0"

[dependencies.ebi_activity_key]
version = "0.0.1"

[dependencies.ebi_arithmetic]
version = "0.3.7"

[dependencies.ebi_bpmn]
version = "0.0.7"

[dependencies.ebi_derive]
version = "0.2.10"

[dependencies.flate2]
version = "1.1.9"

[dependencies.fnv]
version = "1.0.7"

[dependencies.intmap]
version = "3.1.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.layout-rs]
version = "0.1.3"

[dependencies.log]
version = "0.4.28"

[dependencies.process_mining]
version = "0.5.2"

[dependencies.quick-xml]
version = "0.39.2"
features = ["serialize"]

[dependencies.rayon]
version = "1.11.0"

[dependencies.resvg]
version = "0.47.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strum]
version = "0.28.0"

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.svg2pdf]
version = "0.13.0"

[dependencies.tiny-skia]
version = "0.12.0"

[dependencies.uuid]
version = "1.21.0"

[dev-dependencies]

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