2019-12-01 21:45:25 +00:00
|
|
|
[package]
|
2020-04-18 19:31:40 +00:00
|
|
|
name = "alfis"
|
2019-12-01 21:45:25 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Revertron <rev@revertron.com>"]
|
|
|
|
edition = "2018"
|
2021-01-17 23:18:35 +00:00
|
|
|
build = "build.rs"
|
2019-12-08 11:32:51 +00:00
|
|
|
#![windows_subsystem = "windows"]
|
2019-12-01 21:45:25 +00:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rust-crypto = "^0.2"
|
2021-01-14 17:34:43 +00:00
|
|
|
num_cpus = "1.13.0"
|
2019-12-01 21:45:25 +00:00
|
|
|
byteorder = "1.3.2"
|
2021-01-17 23:18:35 +00:00
|
|
|
web-view = { version = "0.7.2", features = [] }
|
2019-12-01 21:45:25 +00:00
|
|
|
serde = { version = "1.0.102", features = ["derive"] }
|
|
|
|
serde_json = "1.0.42"
|
|
|
|
num-bigint = "0.2"
|
|
|
|
num-traits = "0.2"
|
|
|
|
bincode = "1.2.0"
|
|
|
|
groestl = "0.8.0"
|
|
|
|
base64 = "0.11.0"
|
|
|
|
chrono = "0.4.9"
|
|
|
|
rand = "0.7.2"
|
2021-01-20 18:23:41 +00:00
|
|
|
sqlite = "0.25.3"
|
2021-01-17 23:18:35 +00:00
|
|
|
eventbus = "0.5.1"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
winres = "0.1"
|
2019-12-01 21:45:25 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
serde_bytes = "0.11.2"
|
2021-01-17 23:18:35 +00:00
|
|
|
serde_derive = "1.0.27"
|
|
|
|
|
|
|
|
[package.metadata.winres]
|
|
|
|
ProductName="ALFIS"
|
|
|
|
FileDescription="Alternative Free Identity System for independent DNS and more."
|