process_mining 0.4.0

Process Mining library for working with (object-centric) event data
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.40"

[dependencies.duckdb]
features = ["chrono"]
optional = true
version = "1.2.1"

[dependencies.flate2]
version = "1.1.1"

[dependencies.graphviz-rust]
optional = true
version = "0.9.3"

[dependencies.inventory]
optional = true
version = "0.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.kuzu]
optional = true
version = "=0.11.2"

[dependencies.macros_process_mining]
version = "0.1.0"

[dependencies.nalgebra]
optional = true
version = "0.33.2"

[dependencies.ordered-float]
version = "5.0.0"

[dependencies.petgraph]
version = "0.8.1"

[dependencies.polars]
features = ["dtype-slim", "timezones", "partition_by"]
optional = true
version = "0.51.0"

[dependencies.quick-xml]
version = "0.37.4"

[dependencies.rand]
optional = true
version = "0.9.1"

[dependencies.rayon]
version = "1.7.0"

[dependencies.rusqlite]
features = ["bundled", "chrono", "serialize"]
optional = true
version = "0.32.1"

[dependencies.schemars]
features = ["chrono04", "uuid1"]
version = "1.1.0"

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

[dependencies.serde_json]
version = "1.0.105"

[dependencies.serde_with]
features = ["std", "macros", "schemars_1"]
version = "3.16.0"

[dependencies.tempfile]
version = "3"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.16.0"

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

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

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

[[example]]
name = "ocel_duckdb_export"
path = "examples/ocel_duckdb_export.rs"
required-features = ["ocel-duckdb"]

[[example]]
name = "ocel_kuzudb_export"
path = "examples/ocel_kuzudb_export.rs"
required-features = ["dataframes", "kuzudb"]

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

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

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

[features]
all = ["graphviz-export", "ocel-sqlite", "ocel-duckdb", "dataframes", "kuzudb", "log-splitting", "token-based-replay", "bindings"]
bindings = ["dep:inventory"]
dataframes = ["dep:polars"]
graphviz-export = ["dep:graphviz-rust"]
kuzudb = ["dep:kuzu"]
log-splitting = ["dep:rand"]
ocel-duckdb = ["dep:duckdb"]
ocel-sqlite = ["dep:rusqlite"]
token-based-replay = ["dep:nalgebra"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Process Mining library for working with (object-centric) event data"
documentation = "https://docs.rs/process_mining/"
edition = "2021"
homepage = "https://github.com/aarkue/rust-bridge-process-mining"
keywords = ["process-mining"]
license = "MIT OR Apache-2.0"
name = "process_mining"
readme = "README.md"
repository = "https://github.com/aarkue/rust-bridge-process-mining"
rust-version = "1.77"
version = "0.4.0"

[package.metadata.docs.rs]
all-features = true