Skip to content

Instantly share code, notes, and snippets.

@Cynede
Created September 17, 2018 11:17
Show Gist options
  • Save Cynede/3fd31071c24337fa01e53bb32ac34d27 to your computer and use it in GitHub Desktop.
Save Cynede/3fd31071c24337fa01e53bb32ac34d27 to your computer and use it in GitHub Desktop.
[package]
name = "Cloyster"
version = "0.4.1"
authors = [ "***" ]
# NOTE: after hyper 0.9 version they had dropped SSL support
# Do not update hyper library without being sure that SSL support is back
[dependencies]
rust-ini = "*"
argparse = "*"
hyper = "0.9"
bson = "*"
rustc-serialize = "*"
lazy_static = "*"
time = "*"
chrono = "*"
# mustache 0.9 brings conflicting serde version!
mustache = "0.8.2"
modifier = "*"
regex = "*"
url = "*"
rand = "*"
groupable = "*"
log = "*"
typemap = "*"
plugin = "*"
cookie = "^0.2"
byteorder = "*"
# SQLite ORM
#diesel = { version = "*", features = ["sqlite", "chrono"] }
# Currently need to use git sources for diesel because of Rust 1.29
[patch.crates-io]
diesel = { git = "https://github.com/diesel-rs/diesel.git", features = ["sqlite", "chrono"] }
diesel_derives = { git = "https://github.com/diesel-rs/diesel.git" }
# for automatic Table building (not used currently)
#diesel_infer_schema = { version = "*", features = ["sqlite", "chrono"] }
dotenv = "*"
# Cipher
untrusted = "0.5.1"
ring = { version = "0.12.1", features = ["rsa_signing"] }
[features]
unstable = ["hyper/nightly"]
ssl = ["hyper/ssl"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment