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.
14 rust-version = "1.76.0"
17 authors = ["The Neqo Authors <necko@mozilla.com>"]
23 description = "Neqo, the Mozilla implementation of QUIC in Rust."
24 homepage = "https://github.com/mozilla/neqo/"
25 readme = "../README.md"
35 "network-programming",
38 license = "MIT OR Apache-2.0"
39 repository = "https://github.com/mozilla/neqo/"
50 [dependencies.enum-map]
52 default-features = false
54 [dependencies.env_logger]
56 default-features = false
62 default-features = false
66 default-features = false
70 default-features = false
72 [dev-dependencies.test-fixture]
73 path = "../test-fixture"
76 build-fuzzing-corpus = ["hex"]
79 [target."cfg(windows)".dependencies.windows]
81 features = ["Win32_Media"]
82 default-features = false
85 multiple_crate_versions = "allow"
91 [lints.clippy.nursery]
95 [lints.clippy.pedantic]