wl-screenrec 0.2.0

High performance screen/audio recorder for wlroots
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "wl-screenrec"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High performance screen/audio recorder for wlroots"
homepage = "https://github.com/russelltg/wl-screenrec"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/russelltg/wl-screenrec"

[features]
experimental-vulkan = ["ash"]

[[bin]]
name = "wl-screenrec"
path = "src/main.rs"

[[test]]
name = "cmdline"
path = "tests/cmdline.rs"

[dependencies.anyhow]
version = "1.0.71"

[dependencies.ash]
version = "0.38.0"
optional = true

[dependencies.clap]
version = "4"
features = [
    "std",
    "derive",
    "help",
    "color",
    "usage",
    "error-context",
    "suggestions",
]
default-features = false

[dependencies.clap_complete]
version = "4.5.8"

[dependencies.drm]
version = "0.15.0"

[dependencies.ffmpeg-next]
version = "9.0.0"

[dependencies.ffmpeg-sys-next]
version = "9.0.0"

[dependencies.human-size]
version = "0.4.2"

[dependencies.libc]
version = "0.2.147"

[dependencies.log]
version = "0.4.21"

[dependencies.log-once]
version = "0.4.1"

[dependencies.mio]
version = "1.0.4"
features = ["os-poll"]

[dependencies.signal-hook]
version = "0.4.3"

[dependencies.signal-hook-mio]
version = "0.3.0"
features = ["support-v1_0"]

[dependencies.simplelog]
version = "0.12.1"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.wayland-backend]
version = "0.3.3"
features = ["log"]

[dependencies.wayland-client]
version = "0.31"
features = ["log"]

[dependencies.wayland-protocols]
version = "0.32"
features = [
    "client",
    "unstable",
    "staging",
]

[dependencies.wayland-protocols-wlr]
version = "0.3"
features = ["client"]

[dev-dependencies.nix]
version = "0.31.2"
features = [
    "signal",
    "process",
]
default-features = false

[dev-dependencies.serde_json]
version = "1.0.103"

[profile.release]
lto = "thin"