# 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 = "lw" version = "0.6.10" authors = ["Daniel (dmilith) Dettlaff "] 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" resolver = "2" [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = true overflow-checks = false incremental = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = 2 debug-assertions = false rpath = true panic = "unwind" overflow-checks = false incremental = true [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = false 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 = true [[bin]] name = "lw" path = "src/log_watcher.rs" [dependencies.chrono] version = "0.4.19" [dependencies.colored] version = "2.0.0" [dependencies.fern] version = "0.6.1" features = ["colored"] [dependencies.kqueue2] version = "0.2.2" [dependencies.kqueue2-sys] version = "0.1.5" [dependencies.log] version = "0.4.17" [dependencies.mimalloc] version = "0.1.29" [dependencies.ron] version = "0.7.1" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.walkdir] version = "2.3.2"