# 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.81.0" name = "ascii_domain" version = "0.6.2" authors = ["Zack Newman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for DNS names based on a provided ASCII character set." documentation = "https://docs.rs/ascii_domain/latest/ascii_domain/" readme = "README.md" keywords = [ "ascii", "dns", "domain", "validation", ] categories = [ "no-std", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://git.philomathiclife.com/repos/ascii_domain/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "ascii_domain" path = "src/lib.rs" [dependencies.serde] version = "1.0.210" features = ["alloc"] optional = true default-features = false [dev-dependencies.serde_json] version = "1.0.128" features = ["alloc"] default-features = false [features] serde = ["dep:serde"] [badges.maintenance] status = "actively-developed"