2
0
Fork 0
mirror of https://github.com/agersant/polaris synced 2025-02-20 15:48:28 +00:00
polaris/Cargo.toml

53 lines
1.3 KiB
TOML
Raw Normal View History

2016-08-14 01:30:40 -07:00
[package]
2016-08-28 16:42:16 -07:00
name = "polaris"
2017-10-08 19:04:44 -07:00
version = "0.7.1"
2016-08-14 01:30:40 -07:00
authors = ["Antoine Gersant <antoine.gersant@lesforges.org>"]
[features]
ui = []
2016-08-18 23:29:27 -07:00
[dependencies]
2016-11-13 16:45:12 -08:00
ape = "0.1.2"
2017-07-06 22:55:51 -07:00
app_dirs = "1.1.1"
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "034049d", features = ["sqlite"] }
2017-09-21 21:32:42 -07:00
diesel_codegen = { version = "0.16.0", features = ["sqlite"] }
error-chain = "0.11.0"
getopts = "0.2.15"
hyper = "0.11.2"
id3 = "0.2.0"
image = "0.15.0"
iron = "0.5.1"
2017-07-06 20:49:34 -07:00
lewton = "0.6.2"
2017-09-21 21:32:42 -07:00
metaflac = "0.1.7"
mount = "0.3.0"
2017-07-06 20:49:34 -07:00
params = { git = "https://github.com/euclio/params", branch="update" }
rand = "0.3.15"
2017-07-06 20:49:34 -07:00
regex = "0.2.2"
ring = "0.9.7"
reqwest = "0.6.2"
2017-06-04 14:28:07 -07:00
router = "0.5.1"
2017-07-06 20:49:34 -07:00
secure-session = "0.2.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
staticfile = "0.4.0"
2017-09-21 21:34:06 -07:00
toml = "0.4.5"
typemap = "0.3"
url = "1.2.0"
log = "0.3.8"
simplelog = "0.4.2"
2017-06-25 18:36:54 -07:00
[dependencies.rusqlite]
2017-07-06 20:49:34 -07:00
version = "0.12.0"
2017-06-25 18:36:54 -07:00
features = ["bundled"]
2017-05-30 22:45:27 -07: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 14:29:15 -07:00
uuid = "0.5.0"
2017-05-30 22:45:27 -07:00
[target.'cfg(unix)'.dependencies]
unix-daemonize = "0.1.2"