aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/quarrel/native/Cargo.toml
blob: 2551507f3bc0fdd5561fb363f1adfcce5cd5772d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "qnative"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
freedesktop_entry_parser = "1.3.0"
cpc = "1.9.1"
mlua = { version = "0.10.3", features = [ "module", "lua54", "serialize" ] }
rayon = "1.6.1"
serde = { version = "1.0.152", features = [ "derive" ] }
url = "2.3.1"
rodio = "0.20.1"
nix = { version = "0.29.0", features = [ "ioctl", "socket" ] }
chrono = "0.4.24"
itertools = "0.14.0"
html-escape = "0.2.13"
dirs = "6.0.0"
once_cell = "1.18.0"
ureq = "3.0.9"
anyhow = { version = "1.0.97", features = ["backtrace"] }
mdrop = { git = "https://github.com/frahz/mdrop" }
sysinfo = "0.35.0"

[lib]
crate-type = ["cdylib"]