# 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 = "visual" version = "0.2.0" authors = ["Y. D. Santos "] description = "Use Display if available, Debug otherwise" homepage = "https://github.com/yds12/visual" documentation = "https://docs.rs/visual/latest/" readme = "README.md" keywords = ["display", "debug", "print", "format", "string"] categories = ["development-tools", "development-tools::debugging", "development-tools::testing", "rust-patterns", "value-formatting"] license = "MIT" repository = "https://github.com/yds12/visual" resolver = "2" [dependencies]