]> git.proxmox.com Git - rustc.git/blame - vendor/idna/Cargo.toml
New upstream version 1.66.0+dfsg1
[rustc.git] / vendor / idna / Cargo.toml
CommitLineData
8faf50e0
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
2b03887a 6# to registry (e.g., crates.io) dependencies.
8faf50e0 7#
2b03887a
FG
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
8faf50e0 11
abe05a73 12[package]
6a06907d 13edition = "2018"
2b03887a 14rust-version = "1.51"
abe05a73 15name = "idna"
2b03887a 16version = "0.3.0"
abe05a73 17authors = ["The rust-url developers"]
e74abb32 18autotests = false
abe05a73 19description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
2b03887a 20license = "MIT OR Apache-2.0"
8faf50e0 21repository = "https://github.com/servo/rust-url/"
abe05a73
XL
22
23[lib]
8faf50e0 24doctest = false
abe05a73
XL
25
26[[test]]
27name = "tests"
28harness = false
29
30[[test]]
31name = "unit"
6a06907d
XL
32
33[[bench]]
34name = "all"
35harness = false
8faf50e0
XL
36
37[dependencies.unicode-bidi]
38version = "0.3"
abe05a73 39
8faf50e0 40[dependencies.unicode-normalization]
6a06907d 41version = "0.1.17"
2b03887a 42
6a06907d
XL
43[dev-dependencies.assert_matches]
44version = "1.3"
45
46[dev-dependencies.bencher]
47version = "0.1"
48
e74abb32
XL
49[dev-dependencies.serde_json]
50version = "1.0"
2b03887a
FG
51
52[dev-dependencies.tester]
53version = "0.9"