# 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" rust-version = "1.56" name = "qpprint" version = "0.2.1" authors = ["Jan Danielsson "] build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "examples", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple console printing/formatting." readme = "README.md" keywords = [ "cli", "console", "terminal", "format", "print", ] categories = ["text-processing"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/qpprint" [lib] name = "qpprint" path = "src/lib.rs" [[test]] name = "expect" path = "tests/expect.rs" [dependencies.colored] version = "2.1.0" [dependencies.terminal_size] version = "0.4.0" [badges.maintenance] status = "experimental" [lints.clippy] multiple_crate_versions = "allow" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1