# 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 = "knil" version = "0.1.3" authors = ["whoastonic "] include = [ "src/*.rs", "Cargo.toml", ] description = "An environment based logger, built with simplicity in mind." documentation = "https://docs.rs/knil" readme = "README.md" license = "MIT" repository = "https://github.com/whoastonic/knil.git" [dependencies.chrono] version = "^0.4" optional = true [dependencies.colored] version = "^2" optional = true [dependencies.dotenv] version = "^0.15" [dependencies.log] version = "^0.4" features = ["std"] [features] colors = ["colored"] default = [ "colors", "stamps", ] loadenv = [] stamps = ["chrono"]