summaryrefslogtreecommitdiffstats
path: root/third_party/rust/neqo-crypto/Cargo.toml
blob: 6de1db239aebd2ae248886d70a96fd9a85d81e30 (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
[package]
name = "neqo-crypto"
version = "0.6.3"
authors = ["Martin Thomson <mt@lowentropy.net>"]
edition = "2018"
rust-version = "1.57.0"
build = "build.rs"
license = "MIT/Apache-2.0"

[dependencies]
neqo-common = { path = "../neqo-common" }
log = {version = "0.4.0", default-features = false}

[build-dependencies]
bindgen = {version = "0.63", default-features = false, features= ["runtime"]}
serde = "1.0"
serde_derive = "1.0"
toml = "0.5"
mozbuild = {version = "0.1", optional = true}

[dev-dependencies]
test-fixture = { path = "../test-fixture" }

[features]
default = ["deny-warnings"]
deny-warnings = []
gecko = ["mozbuild"]
fuzzing = []