# 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 = "aether-log" version = "0.1.1" description = "Minimal logging library that uses explicit and configurable endpoints." keywords = [ "log", "logging", "logger", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/nobbele/aether-log" resolver = "2" [lib] name = "aether" [dependencies.chrono] version = "0.4.19" features = ["clock"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.zip] version = "0.6.2" optional = true default-features = false [features] archive = ["dep:zip"] default = ["archive"]