# 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 = "femtofemme" version = "0.2.0" authors = ["Julius Michaelis "] description = "femme rewritten on env_logger" readme = "README.md" keywords = [ "pretty-printer", "femme", "log", "logger", ] license = "MIT" [lib] path = "lib.rs" [dependencies.chrono] version = "0.4.26" features = ["clock"] default-features = false [dependencies.env_logger] version = "0.10.0" default-features = false [dependencies.log] version = "0.4.19" default-features = false [features] color = ["env_logger/auto-color"] default = [ "color", "kv", ] kv = ["log/kv_unstable"]