polaris/Cargo.toml

51 lines
1.2 KiB
TOML
Raw Normal View History

2016-08-14 08:30:40 +00:00
[package]
2016-08-28 23:42:16 +00:00
name = "polaris"
2017-07-08 19:50:51 +00:00
version = "0.6.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"
2017-07-07 05:55:51 +00:00
app_dirs = "1.1.1"
2017-07-07 03:49:34 +00:00
diesel = { version = "0.14.0", features = ["sqlite"] }
diesel_codegen = { version = "0.14.0", features = ["sqlite"] }
error-chain = "0.10.0"
getopts = "0.2.14"
2017-07-07 03:49:34 +00:00
hyper = "0.11.1"
2016-12-02 01:18:40 +00:00
id3 = "0.1.11"
2017-07-07 03:49:34 +00:00
image = "0.14.0"
iron = "0.5.1"
2017-07-07 03:49:34 +00:00
lewton = "0.6.2"
2016-11-17 01:27:53 +00:00
metaflac = "0.1.4"
mount = "0.3.0"
2017-07-07 03:49:34 +00:00
params = { git = "https://github.com/euclio/params", branch="update" }
rand = "0.3.15"
2017-07-07 03:49:34 +00:00
regex = "0.2.2"
ring = "0.9.7"
reqwest = "0.6.2"
2017-06-04 21:28:07 +00:00
router = "0.5.1"
2017-07-07 03:49:34 +00:00
secure-session = "0.2.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
staticfile = "0.4.0"
2017-07-07 03:49:34 +00:00
toml = "0.4.2"
typemap = "0.3"
url = "1.2.0"
2017-06-26 01:36:54 +00:00
[dependencies.rusqlite]
2017-07-07 03:49:34 +00:00
version = "0.12.0"
2017-06-26 01:36:54 +00:00
features = ["bundled"]
2017-05-31 05:45:27 +00:00
[target.'cfg(windows)'.dependencies]
winapi = { git = "https://github.com/retep998/winapi-rs", branch="0.2" }
kernel32-sys = { git = "https://github.com/retep998/winapi-rs", branch="0.2" }
shell32-sys = { git = "https://github.com/retep998/winapi-rs", branch="0.2" }
user32-sys = { git = "https://github.com/retep998/winapi-rs", branch="0.2" }
2017-06-04 21:29:15 +00:00
uuid = "0.5.0"
2017-05-31 05:45:27 +00:00
[target.'cfg(unix)'.dependencies]
unix-daemonize = "0.1.2"