summaryrefslogtreecommitdiffstats
path: root/third_party/rust/neqo-common/Cargo.toml
blob: f85e6609fcce97bf5f4f2dec07ca01221db927dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "neqo-common"
version = "0.6.3"
authors = ["Bobby Holley <bobbyholley@gmail.com>"]
edition = "2018"
rust-version = "1.57.0"
license = "MIT/Apache-2.0"
build = "build.rs"

[dependencies]
log = {version = "0.4.0", default-features = false}
env_logger = {version = "0.9", default-features = false}
lazy_static = "1.3.0"
qlog = "0.4.0"
chrono = {version = "0.4.10", default-features = false, features = ["std"]}

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

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["timeapi"]