# 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 = "logkit" version = "0.3.7" authors = ["Jian Chen "] description = "Super fast, structured, scalable logging library for Rust" documentation = "https://docs.rs/logkit" readme = "README.md" keywords = [ "log", "logger", "logging", ] license = "MIT" repository = "https://github.com/chensoft/logkit" [[bench]] name = "benchmark" harness = false [dependencies.backtrace] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.encoder] version = "0.2" [dev-dependencies.criterion] version = "0.5" [features] debug = [] default = [ "trace", "debug", "info", "warn", "error", ] error = [] info = [] trace = [] warn = []