# 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.80.0" name = "is_printable" version = "0.0.11" authors = ["Amir Abdin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Determine whether a given text-based value is printable." documentation = "https://docs.rs/is_printable" readme = "README.md" keywords = [ "is_printable", "char", "utf8", "ascii", "printable", ] license = "MIT OR Apache-2.0" repository = "https://github.com/amab8901/is_printable" [lib] name = "is_printable" path = "src/lib.rs" [dependencies.colored] version = "2.1.0" [lints.clippy] let_and_return = "allow" missing_errors_doc = "allow" missing_inline_inpublic_items = "allow" missing_panics_doc = "allow" mod_module_files = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" non_exhaustive_structs = "allow" self_named_module_files = "allow" similar_names = "allow" std_instead_of_core = "allow" too_many_arguments = "allow" [lints.clippy.pedantic] level = "warn" priority = -1