# 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.57" name = "idna_mapping" version = "1.0.0" authors = ["The rust-url developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "UTS 46 mapping for unicode-rs back end of idna" homepage = "https://docs.rs/crate/idna_mapping/latest" documentation = "https://docs.rs/idna_mapping/latest/idna_mapping/" readme = "README.md" keywords = [ "unicode", "dns", "idna", ] categories = [ "no-std", "internationalization", ] license = "(Apache-2.0 OR MIT) AND Unicode-3.0" repository = "https://github.com/hsivonen/idna_mapping" [lib] name = "idna_mapping" path = "src/lib.rs" [dependencies.unicode-joining-type] version = "0.7.0" [dev-dependencies.assert_matches] version = "1.3"