Updated and cleaned dependencies.

This commit is contained in:
Revertron
2021-03-20 18:13:35 +01:00
parent 71edf68279
commit 4497dc515b
+6 -8
View File
@@ -17,14 +17,11 @@ toml = "0.5.8"
rust-crypto = "^0.2" rust-crypto = "^0.2"
blakeout = "0.1.0" blakeout = "0.1.0"
num_cpus = "1.13.0" num_cpus = "1.13.0"
byteorder = "1.3.2" byteorder = "1.4.3"
tinyfiledialogs = "3.3.10"
serde = { version = "1.0.123", features = ["derive"] } serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.42" serde_json = "1.0.64"
num-bigint = "0.4" num-bigint = "0.4.0"
num-traits = "0.2" num-traits = "0.2.14"
bincode = "1.2.0"
base64 = "0.13.0"
chrono = { version = "0.4.13", features = ["serde"] } chrono = { version = "0.4.13", features = ["serde"] }
rand = "0.8.3" rand = "0.8.3"
sqlite = "0.25.3" sqlite = "0.25.3"
@@ -35,6 +32,7 @@ derive_more = "0.99.9"
# Optional dependencies regulated by features # Optional dependencies regulated by features
web-view = { version = "0.7.3", features = [], optional = true } web-view = { version = "0.7.3", features = [], optional = true }
tinyfiledialogs = { version = "3.3.10", optional = true }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
thread-priority = "0.2.1" thread-priority = "0.2.1"
@@ -63,6 +61,6 @@ ProductName="ALFIS"
FileDescription="Alternative Free Identity System" FileDescription="Alternative Free Identity System"
[features] [features]
webgui = ["web-view"] webgui = ["web-view", "tinyfiledialogs"]
edge = ["web-view/edge"] edge = ["web-view/edge"]
default = ["webgui"] default = ["webgui"]