# 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 = "winston" version = "0.1.3" authors = ["ifeanyi ugwu"] description = "winston for rust" documentation = "https://docs.rs/winston" readme = "README.md" keywords = [ "winston", "logger", "logging", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/ifeanyi-ugwu/winston_rs" [profile.bench] debug = 2 [[bench]] name = "logger_benchmark" harness = false [dependencies.chrono] version = "0.4.38" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.lazy_static] version = "1.5.0" [dependencies.logform] version = "0.1.5" [dependencies.parking_lot] version = "0.12.3" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.winston_transport] version = "0.1.3" [dev-dependencies.criterion] version = "0.5.1"