# 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 = "2018" name = "mactime2" version = "3.2.0" authors = ["Jan Starke "] description = "Replacement for `mactime`" readme = "README.md" license = "GPL-3.0" repository = "https://www.github.com/janstarke/mactime2" [lib] name = "libmactime2" path = "src/lib.rs" [[bin]] name = "mactime2" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bitflags] version = "2" [dependencies.bodyfile] version = ">=0.1.4" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.8" [dependencies.clap] version = "4" features = [ "wrap_help", "cargo", ] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.encoding_rs] version = "0.8" [dependencies.encoding_rs_io] version = "0.1" [dependencies.es4forensics] version = "0.4.1" optional = true default-features = false [dependencies.flate2] version = "1" optional = true [dependencies.log] version = "0.4" [dependencies.serde_json] version = "1" optional = true [dependencies.simplelog] version = "0.12" [dependencies.thiserror] version = "1" [dev-dependencies.more-asserts] version = "0.3" [dev-dependencies.rand] version = "0.8" [features] default = [ "gzip", "elastic", ] elastic = [ "es4forensics", "serde_json", ] gzip = ["flate2"]