[package] name = "yggdrasil" version = "0.1.0" edition = "2021" authors = [ "0xf8" ] license = "GPL3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.71" async-std = { version = "1.12.0", features = ["attributes"] } base64 = "0.21.2" bcrypt = "0.14.0" colored = "2.0.0" driftwood = "0.0.7" femme = "2.2.1" json = "0.12.4" log = "0.4.19" rand = "0.8.5" random-string = "1.0.0" rsa = "0.9.2" serde = { version = "1.0.164", features = ["derive"] } serde_json = "1.0.97" sha2 = "0.10.7" sqlx = { version = "0.6.3", features = ["sqlite", "runtime-async-std-native-tls"] } tide = "0.16.0" time = "0.3.22" toml = "0.7.4"