# 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 = "fev" version = "0.2.3" description = "High-level VA-API bindings" readme = "README.md" keywords = [ "libva", "video", "decode", "codec", "acceleration", ] license = "0BSD" repository = "https://github.com/SludgePhD/FeV" [profile.dev.package."*"] opt-level = 3 [dependencies.bitflags] version = "2.3.2" [dependencies.bytemuck] version = "1.12.1" features = [ "derive", "min_const_generics", ] [dependencies.libloading] version = "0.8.0" [dependencies.log] version = "0.4.17" [dependencies.raw-window-handle] version = "0.6.0" features = ["alloc"] [dev-dependencies.anyhow] version = "1.0.68" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.expect-test] version = "1.4.0" [dev-dependencies.jpeg-decoder] version = "0.3.0" [dev-dependencies.softbuffer] version = "0.4.1" [dev-dependencies.winit] version = "0.29.14" features = [ "x11", "wayland", "wayland-dlopen", "rwh_06", ] default-features = false