Bug 1880927 - Use YouTube channel news to ensure DRM-free content r=mboldan
[gecko.git] / third_party / rust / neqo-http3 / Cargo.toml
blob786bab2c89469fd5fcc5f731eaf525e1beefb8cd
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 = "2018"
14 rust-version = "1.74.0"
15 name = "neqo-http3"
16 version = "0.7.1"
17 authors = ["The Neqo Authors <necko@mozilla.com>"]
18 homepage = "https://github.com/mozilla/neqo/"
19 license = "MIT OR Apache-2.0"
20 repository = "https://github.com/mozilla/neqo/"
22 [dependencies]
23 enumset = "1.1"
24 qlog = "0.12"
25 sfv = "0.9"
26 smallvec = "1.11"
27 url = "2.5"
29 [dependencies.log]
30 version = "0.4"
31 default-features = false
33 [dependencies.neqo-common]
34 path = "./../neqo-common"
36 [dependencies.neqo-crypto]
37 path = "./../neqo-crypto"
39 [dependencies.neqo-qpack]
40 path = "./../neqo-qpack"
42 [dependencies.neqo-transport]
43 path = "./../neqo-transport"
45 [dev-dependencies.test-fixture]
46 path = "../test-fixture"
48 [features]
49 deny-warnings = []
50 fuzzing = [
51     "neqo-transport/fuzzing",
52     "neqo-crypto/fuzzing",