lw 0.8.1

Log-Watcher utility - replacement for: `tail -F /some/path/*` - that uses Kqueue to watch for new files as well…
# 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 = "lw"
version = "0.8.1"
authors = ["Daniel (dmilith) Dettlaff <dmilith@me.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Log-Watcher utility - replacement for: `tail -F /some/path/*` - that uses Kqueue to watch for new files as well…"
homepage = "https://github.com/VerKnowSys/lw"
readme = "README.md"
keywords = [
    "kqueue",
    "log",
    "watch",
    "tail",
    "view",
]
categories = ["filesystem"]
license = "MIT"

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

[[bin]]
name = "lw"
path = "src/log_watcher.rs"

[dependencies.chrono]
version = "0.4.45"

[dependencies.colored]
version = "3.1.1"

[dependencies.fern]
version = "0.7.1"
features = ["colored"]

[dependencies.kqueue2]
version = "0.2.3"

[dependencies.kqueue2-sys]
version = "0.1.5"

[dependencies.log]
version = "0.4.33"

[dependencies.mimalloc]
version = "0.1.52"

[dependencies.ron]
version = "0.12.2"

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

[dependencies.syntect]
version = "5.2"
features = ["default-fancy"]
default-features = false

[dependencies.walkdir]
version = "2.5.0"

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
debug-assertions = false
rpath = true
overflow-checks = false
incremental = false

[profile.dev]
opt-level = 0
lto = false
codegen-units = 8
debug = 2
debug-assertions = false
rpath = true
panic = "unwind"
overflow-checks = false
incremental = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
debug-assertions = false
rpath = true
panic = "abort"
overflow-checks = true
incremental = false

[profile.test]
opt-level = 0
lto = false
codegen-units = 4
debug = 0
debug-assertions = false
rpath = true
overflow-checks = false
incremental = false