# 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 = "display_with" version = "0.1.0" authors = ["Dmitrii Demenev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Return opaque impl Display and/or impl Debug types via display_with and debug_with." documentation = "https://docs.rs/display_with" readme = "README.md" keywords = [ "display", "debug", "impl", "trait", "formatting", ] categories = [ "value-formatting", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/display_with" [lib] name = "display_with" path = "src/lib.rs"