summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 6b3750bf7b706ccec73796cb54c77914538762ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "idna"
version = "0.2.3"
authors = ["The rust-url developers"]
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
repository = "https://github.com/servo/rust-url/"
license = "MIT/Apache-2.0"
autotests = false
edition = "2018"

[lib]
doctest = false

[[test]]
name = "tests"
harness = false

[[test]]
name = "unit"

[dev-dependencies]
assert_matches = "1.3"
bencher = "0.1"
rustc-test = "0.3"
serde_json = "1.0"

[dependencies]
unicode-bidi = "0.3"
unicode-normalization = "0.1.17"
matches = "0.1"

[[bench]]
name = "all"
harness = false