[package] name = "mnml" version = "0.1.0" authors = ["ntr "] # makes sure to include openssl links in runtime path # [profile.release] # rpath = true # [profile.dev] # rpath = true [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 = "0.5" iron = "0.6" bodyparser = "0.8" persistent = "0.4" router = "0.6" cookie = "0.12" tungstenite = "0.8" crossbeam-channel = "0.3" stripe-rust = { version = "0.10.4", features = ["webhooks"] } # [patch.crates-io] # stripe-rust = { git = "https://github.com/margh/stripe-rs.git" }