# 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 = "logappend" version = "0.3.2" authors = ["Dominik Werder "] description = "Execute child process, read from stdin and stderr, emit into files, truncate at given total content sizes." license = "GPL-3.0-or-later" [dependencies.chrono] version = "0.4.26" features = ["clock"] default-features = false [dependencies.clap] version = "4.3.2" features = ["derive"] [dependencies.libc] version = "0.2.146" [dependencies.thiserror] version = "1.0.40"