2016-08-14 01:30:40 -07:00
|
|
|
[package]
|
2016-08-28 16:42:16 -07:00
|
|
|
name = "polaris"
|
2016-08-14 01:30:40 -07:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Antoine Gersant <antoine.gersant@lesforges.org>"]
|
|
|
|
|
2016-09-17 03:05:31 -07:00
|
|
|
[features]
|
|
|
|
ui = []
|
|
|
|
|
2016-08-18 23:29:27 -07:00
|
|
|
[dependencies]
|
2016-09-23 01:39:55 -07:00
|
|
|
getopts = "0.2.14"
|
2016-09-23 00:41:49 -07:00
|
|
|
hyper = "0.9.10"
|
2016-09-11 20:39:42 -07:00
|
|
|
id3 = { git = "https://github.com/jameshurst/rust-id3" }
|
2016-09-14 23:33:38 -07:00
|
|
|
iron = "0.4.0"
|
|
|
|
mount = "0.2.1"
|
|
|
|
oven = { git = "https://github.com/agersant/oven", branch = "remove_cookie_dep" }
|
|
|
|
params = "0.3.1"
|
2016-08-30 23:32:18 -07:00
|
|
|
regex = "0.1"
|
2016-09-14 23:33:38 -07:00
|
|
|
router = "0.4.0"
|
2016-08-31 23:21:12 -07:00
|
|
|
rustc-serialize = "0.3"
|
2016-09-14 23:33:38 -07:00
|
|
|
staticfile = "0.3.0"
|
|
|
|
toml = "0.2"
|
2016-09-17 03:05:31 -07: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"] }
|