fse_dump 3.1.6

Dumps the fseventsd entries from a mac
# 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 = "2024"
name = "fse_dump"
version = "3.1.6"
authors = ["Adam Lesperance <lespea@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dumps the fseventsd entries from a mac"
homepage = "https://github.com/lespea/fse_dump"
readme = "README.md"
keywords = [
    "mac",
    "fseventsd",
    "security",
    "forensics",
]
categories = [
    "os::macos-apis",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lespea/fse_dump"

[badges.maintenance]
status = "actively-developed"

[features]
alt_flags = []
default = [
    "hex",
    "extra_id",
    "watch",
    "zstd",
]
extra_id = []
hex = ["dep:serde-hex"]
watch = ["dep:notify-debouncer-full"]
zstd = ["dep:zstd"]

[[bin]]
name = "fse_dump"
path = "src/main.rs"

[dependencies.bus]
version = "2"

[dependencies.byteorder]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.color-eyre]
version = "0"
default-features = false

[dependencies.crossbeam]
version = "0"

[dependencies.crossbeam-channel]
version = "0"

[dependencies.csv]
version = "1"

[dependencies.env_logger]
version = "0"

[dependencies.flate2]
version = "1"
features = ["cloudflare_zlib"]
default-features = false

[dependencies.hashbrown]
version = "0"

[dependencies.jiff]
version = "0"

[dependencies.log]
version = "0"
features = [
    "max_level_debug",
    "release_max_level_info",
]

[dependencies.mimalloc]
version = "0"
features = ["secure"]

[dependencies.notify]
version = "8"
features = ["macos_kqueue"]
default-features = false

[dependencies.notify-debouncer-full]
version = "0"
optional = true

[dependencies.regex]
version = "1"

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

[dependencies.serde-hex]
version = "0"
optional = true

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0"

[dependencies.walkdir]
version = "2"

[dependencies.zstd]
version = "0"
features = ["zstdmt"]
optional = true

[profile.dev]
opt-level = 1

[profile.release]
lto = true
codegen-units = 1
incremental = false
strip = true