# 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 = "lumbermill" version = "0.2.0" authors = ["Siddhant "] description = "Simple structured logging" homepage = "https://github.com/sdnts/lumbermill-rs" readme = "README.md" categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/sdnts/lumbermill-rs" [[example]] name = "01-defaults" [[example]] name = "02-formats" [[example]] name = "03-levels" [[example]] name = "04-log-files" [dependencies.owo-colors] version = "3.5.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.time] version = "0.3.21" features = [ "std", "formatting", ] [dev-dependencies.ctor] version = "0.2.2"