• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
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]
14edition = "2018"
15name = "idna"
16version = "0.2.3"
17authors = ["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]
24doctest = false
25
26[[test]]
27name = "tests"
28harness = false
29
30[[test]]
31name = "unit"
32
33[[bench]]
34name = "all"
35harness = false
36[dependencies.matches]
37version = "0.1"
38
39[dependencies.unicode-bidi]
40version = "0.3"
41
42[dependencies.unicode-normalization]
43version = "0.1.17"
44[dev-dependencies.assert_matches]
45version = "1.3"
46
47[dev-dependencies.bencher]
48version = "0.1"
49
50[dev-dependencies.rustc-test]
51version = "0.3"
52
53[dev-dependencies.serde_json]
54version = "1.0"
55