Authenticator/Cargo.toml

45 lines
1.8 KiB
TOML
Raw Normal View History

2019-09-03 00:07:06 +00:00
[package]
2022-01-16 18:07:05 +01:00
edition = "2021"
2019-09-03 00:07:06 +00:00
name = "authenticator"
2023-04-20 00:15:29 +02:00
version = "4.3.0"
2019-09-03 00:07:06 +00:00
[dependencies]
2023-04-11 23:38:55 +02:00
adw = {package = "libadwaita", version = "0.4", features = ["v1_2"]}
aes-gcm = "0.10"
anyhow = "1.0"
2023-03-25 16:37:36 +01:00
ashpd = {version = "0.4", default-features = false, features = ["pipewire", "gtk4", "tokio", "tracing"]}
data-encoding = "2.3"
2022-12-24 20:07:00 +01:00
diesel = {version = "2.0", features = ["sqlite", "r2d2"]}
diesel_migrations = {version = "2.0", features = ["sqlite"]}
favicon-scrapper = {path = "./favicon-scrapper"}
futures-channel = "0.3"
futures-executor = "0.3"
futures-util = "0.3"
2021-06-25 19:45:48 +02:00
gettext-rs = {version = "0.7", features = ["gettext-system"]}
2023-02-14 20:04:25 +01:00
gst = {package = "gstreamer", version = "0.20"}
gst_video = { package = "gstreamer-video", version = "0.20"}
gst4gtk = {package = "gst-plugin-gtk4", version = "0.10", features = ["wayland", "x11egl", "x11glx"]}
2023-02-14 20:04:25 +01:00
gtk = {package = "gtk4", version = "0.6", features = ["v4_10"]}
hex = {version = "0.4.3", features = ["serde"]}
image = {version = "0.24", default-features = false, features = ["png"]}
2022-01-04 22:51:02 +01:00
once_cell = "1.9"
oo7 = {version = "0.1", default-features = false, features = ["tokio", "native_crypto", "tracing"]}
2021-01-22 20:25:02 +01:00
percent-encoding = "2.1"
prost = "0.11"
2021-01-22 20:25:02 +01:00
qrcode = {version = "0.12", features = ["image"]}
rand = "0.8"
ring = "0.16"
rust-argon2 = {version = "1.0", default-features = false}
scrypt = {version = "0.11", default-features = false}
search-provider = {version = "0.5", default-features = false, features = ["tokio"]}
2020-12-07 06:45:52 +01:00
serde = "1.0"
serde_json = "1.0"
tokio = {version = "1.0", default-features = false, features = ["rt-multi-thread", "fs", "io-util"]}
tracing = {version = "0.1", default-features = false}
tracing-subscriber = {version = "0.3", default-features = false, features = ["fmt"]}
2021-01-22 20:25:02 +01:00
unicase = "2.6"
url = "2.2"
uuid = {version = "1.0", features = ["v4"]}
2021-01-22 20:25:02 +01:00
zbar-rust = "0.0"
2023-04-10 01:38:17 +02:00
zeroize = {version = "1", features = ["zeroize_derive"]}