aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 62b856a10da44b6cab9fcbdd137711acab0a6ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "quiche"
version = "0.9.0"
authors = ["Alessandro Ghedini <alessandro@ghedini.me>"]
build = "src/build.rs"
include = ["/*.md", "/*.toml", "/CODEOWNERS", "/COPYING", "/benches", "/deps/boringssl/**/*.[chS]", "/deps/boringssl/**/*.asm", "/deps/boringssl/src/**/*.cc", "/deps/boringssl/**/CMakeLists.txt", "/deps/boringssl/**/sources.cmake", "/deps/boringssl/LICENSE", "/examples", "/include", "/quiche.svg", "/src"]
description = "🥧 Savoury implementation of the QUIC transport protocol and HTTP/3"
readme = "README.md"
keywords = ["quic", "http3"]
categories = ["network-programming"]
license = "BSD-2-Clause"
repository = "https://github.com/cloudflare/quiche"
[package.metadata.docs.rs]
no-default-features = true
[profile.bench]
debug = true

[profile.release]
debug = true

[lib]
crate-type = ["lib", "staticlib", "cdylib"]
[dependencies.boring-sys]
version = "1.0.2"
optional = true

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.libm]
version = "0.2"

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.qlog]
version = "0.4"
optional = true

[dependencies.ring]
version = "0.16"
[dev-dependencies.mio]
version = "0.6"

[dev-dependencies.url]
version = "1"
[build-dependencies.cmake]
version = "0.1"

[features]
boringssl-vendored = []
default = ["boringssl-vendored"]
ffi = []
fuzzing = []
ndk-old-gcc = []
pkg-config-meta = []
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["wincrypt"]