# 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 = "log-l10n" version = "0.0.0" authors = ["Moe "] description = "Localization support for log" readme = "Readme.md" license = "Apache-2.0" repository = "https://github.com/2moe/log-l10n" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "__log_l10n_doc", ] targets = ["x86_64-unknown-linux-gnu"] [dependencies.env_logger] version = "0.10.0" features = ["regex"] optional = true default-features = false [dependencies.glossa] version = "0.0.1-alpha.10" [dependencies.owo-colors] version = "3.5.0" optional = true [dependencies.phf] version = "0.11.1" [dependencies.time] version = "0.3.21" features = ["local-offset"] optional = true default-features = false [dev-dependencies.log] version = "0.4.18" [build-dependencies.glossa-codegen] version = "0.0.1-alpha.5" [features] color = ["dep:owo-colors"] default = ["logger"] env-logger = [ "dep:env_logger", "logger", ] logger = [ "color", "time", ] time = ["dep:time"]