46 lines
856 B
TOML
46 lines
856 B
TOML
[package]
|
|
name = "mnml"
|
|
version = "1.7.1"
|
|
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 = { version = "0.8", features = ["ssl"] }
|
|
|
|
lettre = "0.9"
|
|
lettre_email = "0.9"
|
|
|
|
stripe-rust = "0.10"
|
|
# stripe-rust = { path = "/home/ntr/code/stripe-rs" }
|
|
|
|
reqwest = "0.9"
|
|
url = "1"
|