# 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 = "2018" name = "log-writer" version = "0.6.2" authors = ["The log-writer Authors "] description = "library to write a stream to disk while adhering usage limits" license = "MirOS" repository = "https://github.com/nyantec/log-writer" [dependencies.chrono] version = "0.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true