-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (32 loc) · 751 Bytes
/
Cargo.toml
File metadata and controls
35 lines (32 loc) · 751 Bytes
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
[package]
name = "nsncd"
version = "1.4.1"
authors = [
"Ben Linsay <ben.linsay@twosigma.com>",
"Geoffrey Thomas <geoffrey.thomas@twosigma.com>",
"Leif Walsh <leif.walsh@twosigma.com>",
]
edition = "2018"
description = "The name service non-caching daemon"
readme = "README.md"
repository = "https://github.com/twosigma/nsncd"
license = "Apache-2.0"
[dependencies]
anyhow = "^1.0"
atoi = "^2.0"
slog = "^2.7"
slog-async = "^2.8"
slog-term = "^2.9"
crossbeam-channel = "^0.5"
nix = { version = "^0.31", features = ["socket", "user"]}
num-derive = "^0.4"
num-traits = "^0.2"
sd-notify = "^0.4"
static_assertions = "1.1.0"
dns-lookup = "3.0.1"
[dev-dependencies]
criterion = "^0.8"
temp-env = "^0.3"
[[bench]]
name = "user"
harness = false