blue-recorder/Cargo.toml

31 lines
748 B
TOML
Raw Normal View History

2021-01-31 08:49:35 +03:00
[package]
name = "blue-recorder"
2022-10-14 11:50:28 +03:00
version = "0.2.0"
2022-09-25 02:45:15 +03:00
edition = "2021"
2021-01-31 08:49:35 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-06-03 02:02:48 +03:00
async-std = {version = "1.12.0", features = ["attributes"]}
2022-09-25 02:45:15 +03:00
chrono = "0.4.19"
2024-06-08 00:19:48 +03:00
cpal = "0.15.3"
2024-06-03 02:02:48 +03:00
dark-light = "1.0.0"
2022-10-01 02:55:57 +03:00
dirs = "4.0.0"
2024-06-16 02:40:13 +03:00
ffmpeg-sidecar = "1.1.0"
2024-06-03 02:02:48 +03:00
filename = "0.1.1"
2024-06-16 02:40:13 +03:00
fluent-bundle = "0.15.3"
2022-09-25 02:45:15 +03:00
gdk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4"}
gdk-pixbuf = "0.9.0"
2023-10-15 03:21:17 +03:00
gio = { version = "0.15.0" }
2021-01-31 09:35:10 +03:00
glib = "0.10.3"
2024-06-03 02:02:48 +03:00
gstreamer = "0.20.5"
2024-06-03 22:34:16 +03:00
gtk = { version = "0.4.6", package = "gtk4", features = ["v4_6"] }
2024-06-03 02:02:48 +03:00
gtk-sys = "0.15"
2024-06-07 17:30:22 +03:00
open = "5.1.4"
regex = "1.4.3"
2024-06-03 02:02:48 +03:00
rust-ini = "0.16"
2022-11-01 04:14:23 +03:00
secfmt = "0.1.1"
2021-02-16 09:50:43 +03:00
subprocess = "0.2.6"
tempfile = "3.10.1"
2024-06-03 02:02:48 +03:00
zbus = "3.12.0"