# 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.3.20" build = 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 [lib] name = "process_mining" path = "src/lib.rs" [dependencies.chrono] version = "0.4.34" features = ["serde"] [dependencies.flate2] version = "1.0" [dependencies.graphviz-rust] version = "0.9.0" optional = true [dependencies.polars] version = "0.43.1" features = [ "dtype-slim", "timezones", "partition_by", ] optional = true [dependencies.quick-xml] version = "0.31.0" [dependencies.rayon] version = "1.7.0" [dependencies.rusqlite] version = "0.32.1" features = [ "bundled", "chrono", "serialize", ] optional = true [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.uuid] version = "1.4.1" features = [ "v4", "serde", ] [features] dataframes = ["dep:polars"] graphviz-export = ["dep:graphviz-rust"] ocel-sqlite = ["dep:rusqlite"]