forked from nix-community/nix-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
51 lines (45 loc) · 847 Bytes
/
Cargo.toml
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
[package]
authors = ["Benno Fünfstück <[email protected]>"]
name = "nix-index"
version = "0.1.2"
[[bin]]
doc = false
name = "nix-index"
[[bin]]
name = "nix-locate"
[dependencies]
ansi_term = "0.11.0"
bincode = "0.9.2"
brotli2 = "0.3.2"
byteorder = "1.2.1"
clap = "2.30.0"
error-chain = "0.12.0"
futures = "0.1.24"
grep = "0.1.7"
hyper = "0.11.12"
hyper-proxy = "0.4.0"
isatty = "0.1.6"
memchr = "2.0.2"
ordermap = "0.3.4"
regex = "1.0.5"
regex-syntax = "0.4.2"
separator = "0.3.1"
serde = "1.0.27"
serde_bytes = "0.10.3"
serde_derive = "1.0.27"
serde_json = "1.0.32"
stderr = "0.8.0"
tokio-core = "0.1.12"
tokio-retry = "0.1.1"
tokio-timer = "0.1.2"
void = "1.0.2"
xdg = "2.1.0"
xml-rs = "0.8.0"
xz2 = "0.1.4"
zstd = "0.4.17+zstd.1.3.3"
url = "1.7.2"
[[example]]
name = "nix-index-debug"
[profile]
[profile.release]
debug = true