mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
86e618d2a5
- Replaced session handling by secure_session - Required updating a bunch of dependencies - Replaced Hyper Client usage in DDNS by Reqwest (which only uses OpenSSL on Linux)
44 lines
1 KiB
TOML
44 lines
1 KiB
TOML
[package]
|
|
name = "polaris"
|
|
version = "0.5.0"
|
|
authors = ["Antoine Gersant <antoine.gersant@lesforges.org>"]
|
|
|
|
[features]
|
|
ui = []
|
|
|
|
[dependencies]
|
|
ape = "0.1.2"
|
|
app_dirs = { git = "https://github.com/agersant/app-dirs-rs" }
|
|
error-chain = "0.7.1"
|
|
getopts = "0.2.14"
|
|
hyper = "0.10.0"
|
|
id3 = "0.1.11"
|
|
image = "0.10.3"
|
|
iron = "0.5.1"
|
|
lewton = "0.4.1"
|
|
metaflac = "0.1.4"
|
|
mount = "0.3.0"
|
|
ogg = "0.4.0"
|
|
params = "*"
|
|
regex = "0.1"
|
|
reqwest = "0.6.2"
|
|
router = "0.4.0"
|
|
secure-session = "0.1.0"
|
|
serde = "0.9"
|
|
serde_derive = "0.9"
|
|
serde_json = "0.9"
|
|
sqlite = "0.23.0"
|
|
staticfile = "0.4.0"
|
|
toml = "=0.3.2"
|
|
typemap = "0.3"
|
|
url = "1.2.0"
|
|
|
|
[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" }
|
|
uuid = { version = "0.3.0", features = ["v5"] }
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
unix-daemonize = "0.1.2"
|