blob: 566689278d10066438b832ed9fd456a1072b4300 [file] [log] [blame]
Jeff Vander Stoepa4352c12020-12-17 22:14:52 +01001# 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
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
Haibo Huanga03885d2021-02-09 17:23:28 -080014edition = "2018"
Jeff Vander Stoepa4352c12020-12-17 22:14:52 +010015name = "idna"
Joel Galensonc87e8a22021-04-01 16:59:09 -070016version = "0.2.2"
Jeff Vander Stoepa4352c12020-12-17 22:14:52 +010017authors = ["The rust-url developers"]
18autotests = false
19description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
20license = "MIT/Apache-2.0"
21repository = "https://github.com/servo/rust-url/"
22
23[lib]
Jeff Vander Stoepa4352c12020-12-17 22:14:52 +010024doctest = false
25
26[[test]]
27name = "tests"
28harness = false
29
30[[test]]
31name = "unit"
Haibo Huanga03885d2021-02-09 17:23:28 -080032
33[[bench]]
34name = "all"
35harness = false
Jeff Vander Stoepa4352c12020-12-17 22:14:52 +010036[dependencies.matches]
37version = "0.1"
38
39[dependencies.unicode-bidi]
40version = "0.3"
41
42[dependencies.unicode-normalization]
Joel Galensonc87e8a22021-04-01 16:59:09 -070043version = "0.1.17"
Haibo Huanga03885d2021-02-09 17:23:28 -080044[dev-dependencies.assert_matches]
45version = "1.3"
46
47[dev-dependencies.bencher]
48version = "0.1"
49
Jeff Vander Stoepa4352c12020-12-17 22:14:52 +010050[dev-dependencies.rustc-test]
51version = "0.3"
52
53[dev-dependencies.serde_json]
54version = "1.0"