polaris/Cargo.toml

28 lines
769 B
TOML
Raw Normal View History

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>"]
[features]
ui = []
2016-08-18 23:29:27 -07:00
[dependencies]
getopts = "0.2.14"
2016-09-23 00:41:49 -07:00
hyper = "0.9.10"
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"
rustc-serialize = "0.3"
2016-09-14 23:33:38 -07:00
staticfile = "0.3.0"
toml = "0.2"
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"] }