-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathCargo.toml
33 lines (31 loc) · 1.17 KB
/
Cargo.toml
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
29
30
31
32
33
[package]
name = "pods"
version = "2.1.0-devel"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"
[dependencies]
adw = { version = "0.7", package = "libadwaita", features = ["v1_6"] }
anyhow = "1"
ashpd = { version = "0.9", default-features = false, features = ["gtk4", "tokio"] }
futures = { version = "0.3", default-features = false }
gettext-rs = { version = "=0.7.0", features = ["gettext-system"] }
gtk = { version = "0.9", package = "gtk4", features = ["gnome_47"] }
indexmap = { version = "2", features = ["serde"] }
log = "0.4"
multi_log = "0.1"
names = { version = "0.14", default-features = false }
oo7 = { version = "0.3", default-features = false, features = ["native_crypto", "tokio"] }
paste = "1"
podman-api = { git = "https://github.com/vv9k/podman-api-rs.git", commit = "363d945b9b9905c50dfa0bfe0f9331f9fdeef079", default-features = false }
serde = "1"
serde_json = "1"
simplelog = { version = "0.12", features = ["paris"] }
sourceview5 = { version = "0.9" }
syslog = "7"
tokio = "1"
tokio-tar = { version = "0.3", default-features = false }
vte = { version = "0.13", default-features = false }
vte4 = "0.8"
[profile.release]
lto = true
codegen-units = 1