polaris/Cargo.toml

36 lines
743 B
TOML
Raw Normal View History

2016-08-14 08:30:40 +00:00
[package]
2016-08-28 23:42:16 +00:00
name = "polaris"
version = "0.2.0"
2016-08-14 08:30:40 +00:00
authors = ["Antoine Gersant <antoine.gersant@lesforges.org>"]
[features]
ui = []
2016-08-19 06:29:27 +00:00
[dependencies]
2016-11-14 00:45:12 +00:00
ape = "0.1.2"
2016-11-21 09:34:28 +00:00
app_dirs = { git = "https://github.com/agersant/app-dirs-rs" }
error-chain = "0.7.1"
getopts = "0.2.14"
2016-09-23 07:41:49 +00:00
hyper = "0.9.10"
2016-12-02 01:18:40 +00:00
id3 = "0.1.11"
2016-10-23 22:12:49 +00:00
image = "0.10.3"
2016-09-15 06:33:38 +00:00
iron = "0.4.0"
2016-11-17 20:42:45 +00:00
lewton = "0.4.1"
2016-11-17 01:27:53 +00:00
metaflac = "0.1.4"
2016-09-15 06:33:38 +00:00
mount = "0.2.1"
2016-11-17 00:34:36 +00:00
ogg = "0.4.0"
2016-09-15 06:33:38 +00:00
oven = { git = "https://github.com/agersant/oven", branch = "remove_cookie_dep" }
2016-12-02 01:18:40 +00:00
params = "0.5.1"
2016-08-31 06:32:18 +00:00
regex = "0.1"
2016-09-15 06:33:38 +00:00
router = "0.4.0"
rustc-serialize = "0.3"
sqlite = "0.23.0"
2016-09-15 06:33:38 +00:00
staticfile = "0.3.0"
toml = "0.2"
url = "1.2.0"
2016-12-02 01:18:40 +00:00
winapi = "0.2.8"
kernel32-sys = "0.2.2"
shell32-sys = "0.1.1"
user32-sys = "0.2.0"
uuid = { version = "0.3.0", features = ["v5"] }