35 lines
593 B
TOML
35 lines
593 B
TOML
[package]
|
|
name = "idna"
|
|
version = "0.3.0"
|
|
authors = ["The rust-url developers"]
|
|
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
|
|
repository = "https://github.com/servo/rust-url/"
|
|
license = "MIT OR Apache-2.0"
|
|
autotests = false
|
|
edition = "2018"
|
|
rust-version = "1.51"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[[test]]
|
|
name = "tests"
|
|
harness = false
|
|
|
|
[[test]]
|
|
name = "unit"
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.3"
|
|
bencher = "0.1"
|
|
tester = "0.9"
|
|
serde_json = "1.0"
|
|
|
|
[dependencies]
|
|
unicode-bidi = "0.3"
|
|
unicode-normalization = "0.1.17"
|
|
|
|
[[bench]]
|
|
name = "all"
|
|
harness = false
|