1[package]
2name = "idna_adapter"
3version = "1.2.0"
4rust-version = "1.67.0" # Match ICU4X 1.4
5edition = "2021"
6license = "Apache-2.0 OR MIT"
7authors = ["The rust-url developers"]
8readme = "README.md"
9description = "Back end adapter for idna"
10categories = ["no-std", "internationalization"]
11keywords = ["unicode", "dns", "idna"]
12documentation = "https://docs.rs/idna_adapter/latest/idna_adapter/"
13homepage = "https://docs.rs/crate/idna_adapter/latest" # README link
14repository = "https://github.com/hsivonen/idna_adapter"
15
16[dependencies]
17icu_normalizer = "1.4.3"
18icu_properties = "1.4.2"
19
20[features]
21compiled_data = ["icu_normalizer/compiled_data", "icu_properties/compiled_data"]
22