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.74.0"
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/"
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"
51 "neqo-transport/fuzzing",
52 "neqo-crypto/fuzzing",