[package] name="stc" version="0.0.1" authors=["Adrian Malacoda "] [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" } mopa = "0.2.2" linked-hash-map = "0.4.1"