stc/Cargo.toml
2017-03-12 16:27:59 -05:00

20 lines
704 B
TOML

[package]
name="stc"
version="0.0.1"
authors=["Adrian Malacoda <adrian.malacoda@monarch-pass.net>"]
[dependencies]
log = "0.3.6"
env_logger = "0.4.0"
sqlite = "0.23.4"
select = "0.3.0"
# 26 February 2017: Would ideally like to use up-to-date libraries here
# but this depends on openssl 0.9.7 which conflicts with the openssl 0.7.17 dependency
# used in tenquestionmarks (ultimately brought in by discord-rs which uses hyper 0.9). So, as a necessary evil,
# we need to keep to those versions as well to be compatible with tenquestionmarks.
#reqwest = "0.4.0"
hyper = "0.9.18"
serde_json = "0.9"
retry = { git = "https://github.com/jimmycuadra/retry", rev = "3fa812e650d64ede61ea243fb83ef1a222ff0f84" }