forked from lucid-kv/lucid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (33 loc) · 832 Bytes
/
Cargo.toml
File metadata and controls
36 lines (33 loc) · 832 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
36
[package]
name = "lucid"
description = "A Fast, Secure and Distributed KV store with a HTTP API."
version = "0.1.1"
authors = ["Clint.Network <me@clint.network>"]
edition = "2018"
keywords = ["kv", "distributed", "ledger", "kv-store", "key-value", "rest", "http", "swagger", "websocket"]
repository = "https://github.com/clintnetwork/lucid"
license = "https://github.com/clintnetwork/lucid/blob/master/LICENSE.md"
[badges]
travis-ci = { repository = "clintnetwork/lucid", branch = "master" }
[dependencies]
nickel = "*"
serde = "*"
serde_json = "*"
serde_derive = "*"
serde_yaml = "*"
rustflake = "*"
chrono = "*"
include_dir = "*"
jsonwebtoken = "*"
app_dirs = "*"
colored = "*"
yaml-rust = "*"
rust-crypto = "*"
uuid = "*"
rand = "*"
warp = "*"
chashmap = "*"
plugin = "*"
[dependencies.clap]
version = "*"
features = ["yaml"]