# 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 = "paris" version = "1.5.15" authors = ["Poly <0x20fa@gmail.com>"] exclude = [ "example/*", "tests/*", ".github/*", ] description = "A simple logger for your CLI apps or other things you want in the terminal" homepage = "https://github.com/0x20F/paris" documentation = "https://docs.rs/paris" readme = "README.md" keywords = [ "log", "logger", "shell", "terminal", "cli", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MPL-2.0" repository = "https://github.com/0x20F/paris" [features] macros = [] no_logger = [] timestamps = [] [badges.maintenance] status = "passively-maintained"