# 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 = "swing" version = "0.1.0" authors = ["Diffuse <48339639+diffuse@users.noreply.github.com>"] description = "Log like it's 1978 with this logging implementation for the log crate" readme = "README.md" keywords = [ "log", "logging", "swing", "color", ] categories = ["development-tools::debugging"] license = "MIT/Apache-2.0" repository = "https://github.com/diffuse/swing" [dependencies.colored] version = "2" [dependencies.log] version = "0.4" features = [ "std", "serde", ] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.time] version = "0.3.11" features = ["formatting"] [dependencies.unicode-segmentation] version = "1.9.0" [dev-dependencies.lipsum] version = "0.8" [dev-dependencies.num] version = "0.4" [dev-dependencies.rand] version = "0.8"