process_mining 0.4.3

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

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

[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"

[[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_csv_export"
path = "examples/ocel_csv_export.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"

[dependencies.chrono]
version = "0.4.40"
features = ["serde"]

[dependencies.csv]
version = "1.4.0"

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

[dependencies.flate2]
version = "1.1.1"

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

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

[dependencies.itertools]
version = "0.14.0"

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

[dependencies.macros_process_mining]
version = "0.1.0"

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

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

[dependencies.petgraph]
version = "0.8.1"

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

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

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

[dependencies.rayon]
version = "1.7.0"

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

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

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

[dependencies.serde_json]
version = "1.0.105"

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

[dependencies.tempfile]
version = "3"

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