# 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 = "printable" version = "2.2.0" authors = ["Andrew Sonin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides `std::fmt::Display` wrapper for iterators and tuples." homepage = "https://github.com/andrewsonin/printable" documentation = "https://docs.rs/printable/" readme = "README.md" keywords = [ "printable", "formatting", "display", "iterator", "tuple", ] categories = ["value-formatting"] license = "MIT" repository = "https://github.com/andrewsonin/printable" [lib] name = "printable" path = "src/lib.rs" [dependencies] [features] unstable-assert-no-drop = [] [lints.clippy] undocumented_unsafe_blocks = "warn" [lints.clippy.pedantic] level = "warn" priority = 1 [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unreachable_pub = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = 1