# 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 = "2021" name = "wl-screenrec" version = "0.1.6" build = "build.rs" 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" [profile.release] lto = "thin" [[bin]] name = "wl-screenrec" path = "src/main.rs" [[test]] name = "cmdline" path = "tests/cmdline.rs" [dependencies.anyhow] version = "1.0.71" [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.14.0" [dependencies.ffmpeg-next] version = "7.0.1" [dependencies.ffmpeg-sys-next] version = "7.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.signal-hook] version = "0.3.15" [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.29.0" features = [ "signal", "process", ] default-features = false [dev-dependencies.serde_json] version = "1.0.103"