ocel-mine 0.2.0

Object-centric process mining for OCEL 2.0: variants, DFG/OC-DFG, discovery (alpha, inductive, heuristics, POWL), replay fitness, precision, lead times
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 = "2021"
name = "ocel-mine"
version = "0.2.0"
build = false
exclude = ["docs/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Object-centric process mining for OCEL 2.0: variants, DFG/OC-DFG, discovery (alpha, inductive, heuristics, POWL), replay fitness, precision, lead times"
documentation = "https://docs.rs/ocel-mine"
readme = "README.md"
keywords = [
    "ocel",
    "process-mining",
    "event-log",
    "petri-net",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/katsut/ocel-mine"

[lib]
name = "ocel_mine"
path = "src/lib.rs"

[[example]]
name = "alpha"
path = "examples/alpha.rs"

[[example]]
name = "dfg"
path = "examples/dfg.rs"

[[example]]
name = "heuristics"
path = "examples/heuristics.rs"

[[example]]
name = "inductive"
path = "examples/inductive.rs"

[[example]]
name = "lead_times"
path = "examples/lead_times.rs"

[[example]]
name = "noise"
path = "examples/noise.rs"

[[example]]
name = "replay"
path = "examples/replay.rs"

[[example]]
name = "stats"
path = "examples/stats.rs"

[[example]]
name = "variants"
path = "examples/variants.rs"

[[test]]
name = "noise"
path = "tests/noise.rs"

[[test]]
name = "powl"
path = "tests/powl.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.ocel]
version = "0.1.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[profile.dev]
opt-level = 0
debug = "line-tables-only"

[profile.dev.package."*"]
opt-level = 1

[profile.release]
opt-level = 3
lto = "thin"
strip = true