# 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 = "compressed_log" version = "0.5.6" authors = ["MichaƂ Papierski , Justin Kilpatrick "] include = [ "**/*.rs", "Cargo.toml", ] description = "Log compression on the fly" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/althea-net/compressed_log" [dependencies.actix] version = "0.13" [dependencies.awc] version = "3.1.1" features = [ "openssl", "compress-gzip", "compress-zstd", ] default-features = false [dependencies.backoff] version = "0.4" [dependencies.flate2] version = "1.0" features = ["rust_backend"] default-features = false [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" features = ["std"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" features = ["formatting"] [features] debug = []