mnml/server/Cargo.toml
2019-09-03 12:51:00 +10:00

43 lines
795 B
TOML

[package]
name = "mnml"
version = "1.1.0"
authors = ["ntr <ntr@smokestack.io>"]
[dependencies]
serde = "1"
serde_derive = "1"
serde_cbor = "0.9"
serde_json = "1.0"
rand = "0.6"
uuid = { version = "0.5", features = ["serde", "v4"] }
chrono = { version = "0.4", features = ["serde"] }
bcrypt = "0.2"
postgres = { version = "0.15", features = ["with-uuid", "with-chrono"] }
r2d2 = "*"
r2d2_postgres = "*"
fallible-iterator = "0.1"
failure = "0.1"
dotenv = "0.9.0"
log = "0.4"
fern = { version = "0.5", features = ["colored"] }
iron = "0.6"
bodyparser = "0.8"
urlencoded = "0.6"
persistent = "0.4"
router = "0.6"
mount = "0.4"
cookie = "0.12"
crossbeam-channel = "0.3"
ws = "0.8"
lettre = "0.9"
lettre_email = "0.9"
stripe-rust = "0.10"
# stripe-rust = { path = "/home/ntr/code/stripe-rs" }