-
Notifications
You must be signed in to change notification settings - Fork 31
/
Cargo.toml
49 lines (44 loc) · 1.28 KB
/
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
[package]
name = "lucid"
description = "A Fast, Secure and Distributed KV store with a HTTP API."
version = "0.1.2"
authors = ["Clint.Network <[email protected]>", "rigwild <[email protected]>"]
edition = "2018"
keywords = ["kv", "distributed", "ledger", "kv-store", "key-value", "rest", "http", "swagger", "websocket"]
repository = "https://github.com/lucid-kv/lucid"
readme = "https://github.com/lucid-kv/lucid/blob/master/README.md"
license = "https://github.com/lucid-kv/lucid/blob/master/LICENSE.md"
documentation = "https://clintnetwork.gitbook.io/lucid/"
categories = ["command-line-interface", "web-programming::http-server", "web-programming::websocket", "authentication", "command-line-utilities", ]
build = "build.rs"
[package.metadata.winres]
ProductName = "Lucid KV"
LegalCopyright = "Copyright © 2019 Lucid - All Rights Reserved"
[badges]
github = { repository = "lucid-kv/lucid", branch = "master" }
[build-dependencies]
winres = "*"
[dependencies]
nickel = "*"
serde = "*"
serde_json = "*"
serde_derive = "*"
serde_yaml = "*"
rustflake = "*"
chrono = "*"
include_dir = "*"
jsonwebtoken = "*"
app_dirs = "*"
colored = "*"
yaml-rust = "*"
ring = "*"
uuid = "*"
rand = "*"
warp = "*"
chashmap = "*"
plugin = "*"
#hyper = "*"
#hyper-openssl = "*"
[dependencies.clap]
version = "*"
features = ["yaml"]