# 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 = "prologue_logger" version = "0.1.0" authors = ["Gianluca Brian "] description = "A Rust library to produce Rust-like logs for source code or settings files" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mclytar/prologue_logger" resolver = "2" [package.metadata.docs.rs] features = [ "indicatif", "log", ] [[example]] name = "file" required-features = ["log"] [[example]] name = "simple" required-features = ["console"] [[example]] name = "indicatif" required-features = [ "console", "indicatif", "log", ] [[example]] name = "log" required-features = [ "console", "log", ] [dependencies.console] version = "0.15.0" optional = true [dependencies.indicatif] version = "0.17.0-rc.10" optional = true [dependencies.log] version = "0.4.17" features = ["std"] optional = true