Backed out 2 changesets (bug 1733498) for causing perma Localised repacks build busta...
[gecko.git] / third_party / rust / neqo-common / Cargo.toml
blob8d480e25372c3883cc72f2c0c52e0b674f0d16f8
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2021"
14 rust-version = "1.76.0"
15 name = "neqo-common"
16 version = "0.9.2"
17 authors = ["The Neqo Authors <necko@mozilla.com>"]
18 build = "build.rs"
19 autobins = false
20 autoexamples = false
21 autotests = false
22 autobenches = false
23 description = "Neqo, the Mozilla implementation of QUIC in Rust."
24 homepage = "https://github.com/mozilla/neqo/"
25 readme = "../README.md"
26 keywords = [
27     "quic",
28     "http3",
29     "neqo",
30     "mozilla",
31     "ietf",
32     "firefox",
34 categories = [
35     "network-programming",
36     "web-programming",
38 license = "MIT OR Apache-2.0"
39 repository = "https://github.com/mozilla/neqo/"
41 [lib]
42 name = "neqo_common"
43 path = "src/lib.rs"
44 bench = false
46 [[test]]
47 name = "log"
48 path = "tests/log.rs"
50 [dependencies.enum-map]
51 version = "2.7"
52 default-features = false
54 [dependencies.env_logger]
55 version = "0.10"
56 default-features = false
58 [dependencies.hex]
59 version = "0.4"
60 features = ["alloc"]
61 optional = true
62 default-features = false
64 [dependencies.log]
65 version = "0.4"
66 default-features = false
68 [dependencies.qlog]
69 version = "0.13"
70 default-features = false
72 [dev-dependencies.test-fixture]
73 path = "../test-fixture"
75 [features]
76 build-fuzzing-corpus = ["hex"]
77 ci = []
79 [target."cfg(windows)".dependencies.windows]
80 version = "0.58"
81 features = ["Win32_Media"]
82 default-features = false
84 [lints.clippy]
85 multiple_crate_versions = "allow"
87 [lints.clippy.cargo]
88 level = "warn"
89 priority = -1
91 [lints.clippy.nursery]
92 level = "warn"
93 priority = -1
95 [lints.clippy.pedantic]
96 level = "warn"
97 priority = -1