# 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 = "watchlog" version = "1.240.0" authors = ["Kevin Cox "] description = "A command-line utility to help you see how a log is moving." homepage = "https://gitlab.com/kevincox/watchlog" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/kevincox/watchlog" [profile.release] lto = true codegen-units = 1 debug = 2 panic = "abort" [dependencies.chrono] version = "0.4.24" [dependencies.humanize-rs] version = "0.1.5" [dependencies.nix] version = "0.29.0" features = ["poll"] default-features = false [dependencies.serde] version = "1.0.155" [dependencies.serde-humanize-rs] version = "0.1.1" [dependencies.serde_derive] version = "1.0.155" [dependencies.serde_ini] version = "0.2.0" [dependencies.simple_config] version = "0.133.0" [dependencies.standard_paths] version = "2.0.0" [dependencies.string-error] version = "0.1.0"