2017-02-26 16:55:17 -06:00
|
|
|
[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"
|
2017-02-26 17:53:39 -06:00
|
|
|
|
|
|
|
# 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"
|
2017-02-26 16:55:17 -06:00
|
|
|
serde_json = "0.9"
|
2017-03-12 16:27:59 -05:00
|
|
|
retry = { git = "https://github.com/jimmycuadra/retry", rev = "3fa812e650d64ede61ea243fb83ef1a222ff0f84" }
|
2017-03-12 18:22:36 -05:00
|
|
|
mopa = "0.2.2"
|
2017-03-12 18:52:39 -05:00
|
|
|
linked-hash-map = "0.4.1"
|