mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 13:38:04 +03:00
25 lines
557 B
TOML
25 lines
557 B
TOML
[package]
|
|
name = "bRAC"
|
|
version = "0.1.4+2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand = "0.9.1"
|
|
regex = "1.11.1"
|
|
lazy_static = "1.5.0"
|
|
serde_yml = "0.0.12"
|
|
homedir = "0.3.4"
|
|
native-tls = "0.2.14"
|
|
clap = { version = "4.5.36", features = ["derive"] }
|
|
serde = { version = "1.0.219", features = ["serde_derive"] }
|
|
gtk4 = { version = "0.9.6", features = [ "v4_10" ] }
|
|
chrono = "0.4.40"
|
|
serde_default = "0.2.0"
|
|
socks = "0.3.4"
|
|
libnotify = { version = "1.0.3", optional = true }
|
|
gdk-pixbuf = "0.3.0"
|
|
|
|
[features]
|
|
default = ["libnotify"]
|
|
libnotify = ["dep:libnotify"]
|