# 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 = "event_log_converter" version = "0.2.1" description = "Event log converters. Supports: XES to CSV, CSV to XES." readme = "README.md" categories = [ "event-log", "process-mining", "xes", "csv", ] license = "Apache-2.0" repository = "https://github.com/iharsuvorau/event-log-converter" [lib] name = "event_log_converter" path = "src/lib.rs" [[bin]] name = "event_log_converter" path = "src/main.rs" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.csv] version = "1.1.6" [dependencies.quick-xml] version = "0.26.0" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [badges.maintenance] status = "actively-developed"