2020-12-12 11:00:42 +03:00
|
|
|
[package]
|
2021-01-03 19:45:07 +03:00
|
|
|
name = "jujube-lib"
|
2020-12-12 11:00:42 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2020-12-24 10:12:18 +03:00
|
|
|
[build-dependencies]
|
2020-12-24 07:55:12 +03:00
|
|
|
protobuf-codegen-pure = "2.18.1"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2020-12-25 09:56:05 +03:00
|
|
|
backoff = "0.2.1"
|
2020-12-24 12:15:38 +03:00
|
|
|
blake2 = "0.9.1"
|
2020-12-24 07:55:12 +03:00
|
|
|
bytes = "1.0.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
byteorder = "1.3.4"
|
2020-12-24 07:55:12 +03:00
|
|
|
chrono = "0.4.19"
|
|
|
|
config = "0.10.1"
|
|
|
|
diff = "0.1.12"
|
|
|
|
dirs = "3.0.1"
|
|
|
|
git2 = "0.13.14"
|
|
|
|
hex = "0.4.2"
|
2020-12-23 20:39:09 +03:00
|
|
|
maplit = "1.0.2"
|
2020-12-24 07:55:12 +03:00
|
|
|
protobuf = { version = "2.18.1", features = ["with-bytes"] }
|
|
|
|
rand = "0.8.0"
|
|
|
|
serde_json = "1.0.60"
|
|
|
|
tempfile = "3.1.0"
|
|
|
|
thiserror = "1.0.22"
|
|
|
|
uuid = { version = "0.8.1", features = ["v4"] }
|
|
|
|
whoami = "1.0.1"
|
|
|
|
zstd = "0.6.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
test-case = "1.0.0"
|