ocel-transform 0.1.1

Recipe-driven OCEL 2.0 log transformation: clean, rename, and filter event logs before mining
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-transform"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Recipe-driven OCEL 2.0 log transformation: clean, rename, and filter event logs before mining"
documentation = "https://docs.rs/ocel-transform"
readme = "README.md"
keywords = [
    "ocel",
    "process-mining",
    "etl",
    "event-log",
    "ocel2",
]
categories = [
    "command-line-utilities",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/katsut/ocel-transform"

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

[[bin]]
name = "ocel-transform"
path = "src/main.rs"

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ocel]
version = "0.1.4"

[dependencies.ocel-etl]
version = "0.1.3"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[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