2016-08-14 08:30:40 +00:00
|
|
|
[package]
|
2016-08-28 23:42:16 +00:00
|
|
|
name = "polaris"
|
2016-08-14 08:30:40 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Antoine Gersant <antoine.gersant@lesforges.org>"]
|
|
|
|
|
2016-09-17 10:05:31 +00:00
|
|
|
[features]
|
|
|
|
ui = []
|
|
|
|
|
2016-08-19 06:29:27 +00:00
|
|
|
[dependencies]
|
2016-11-14 00:45:12 +00:00
|
|
|
ape = "0.1.2"
|
2016-09-23 08:39:55 +00:00
|
|
|
getopts = "0.2.14"
|
2016-09-23 07:41:49 +00:00
|
|
|
hyper = "0.9.10"
|
2016-09-12 03:39:42 +00:00
|
|
|
id3 = { git = "https://github.com/jameshurst/rust-id3" }
|
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" }
|
|
|
|
params = "0.3.1"
|
2016-08-31 06:32:18 +00:00
|
|
|
regex = "0.1"
|
2016-09-15 06:33:38 +00:00
|
|
|
router = "0.4.0"
|
2016-09-01 06:21:12 +00:00
|
|
|
rustc-serialize = "0.3"
|
2016-10-25 08:37:50 +00:00
|
|
|
sqlite = "0.23.0"
|
2016-09-15 06:33:38 +00:00
|
|
|
staticfile = "0.3.0"
|
|
|
|
toml = "0.2"
|
2016-09-17 10:05:31 +00:00
|
|
|
url = "1.2.0"
|
|
|
|
|
|
|
|
winapi = { git = "https://github.com/retep998/winapi-rs" }
|
|
|
|
kernel32-sys = { git = "https://github.com/retep998/winapi-rs" }
|
|
|
|
shell32-sys = { git = "https://github.com/retep998/winapi-rs" }
|
|
|
|
user32-sys = { git = "https://github.com/retep998/winapi-rs" }
|
|
|
|
uuid = { version = "0.3.0", features = ["v5"] }
|