summaryrefslogtreecommitdiffstats
path: root/third_party/rust/neqo-crypto/Cargo.toml
blob: 69bb532d09202e86187a6c47e6648a26300dafb1 (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
[package]
name = "neqo-crypto"
version = "0.4.19"
authors = ["Martin Thomson <mt@lowentropy.net>"]
edition = "2018"
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.56", default-features = false, features= ["runtime"]}
serde = "1.0"
serde_derive = "1.0"
toml = "0.4"

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

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