forked from target/lorri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
38 lines (36 loc) · 955 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
[package]
name = "lorri"
# lorri uses a MAJOR.MINOR versioning scheme, see MAINTAINERS.md for details.
# Cargo requires MAJOR.MINOR.PATCH. So we translate lorri's versioning scheme
# to MAJOR.MINOR.0, i.e. the PATCH part is always zero.
version = "1.2.0" # Format: MAJOR.MINOR.0
authors = [
"Graham Christensen <[email protected]>",
]
homepage = "https://github.com/target/lorri"
license = "Apache-2.0"
edition = "2018"
[dependencies]
atomicwrites = "0.2.3"
crossbeam-channel = "0.3.8"
ctrlc = { version = "3.1.6", features = ["termination"] }
directories = "1.0.2"
lazy_static = "1.2.0"
md5 = "0.6.1"
nix = "0.14.0"
notify = "= 5.0.0-pre.1"
proptest = "0.9.1"
regex = "1.1.0"
serde = "1.0.88"
serde_derive = "1.0.88"
serde_json = "1.0.38"
slog = "2.5.2"
slog-scope = "4.3.0"
slog-term = "2.5.0"
structopt = "0.2"
tempfile = "3.0.7"
varlink = "10.0.0"
vec1 = "1.1.0"
human-panic = "1.0.3"
[build-dependencies]
varlink_generator = "9.0.0"