# 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 = "onix" version = "0.2.0" authors = ["Emmanuel Gil Peyrot "] description = "Decode image files using V4L2" homepage = "https://linkmauve.fr/dev/onix/" readme = "README.md" keywords = [ "v4l2", "hardware", "decoding", "image", "decoder", ] categories = [ "encoding", "hardware-support", "multimedia::encoding", "multimedia::images", "os::linux-apis", ] license = "MPL-2.0" repository = "https://git.linkmauve.fr/onix.git" [profile.release] lto = true debug = 2 panic = "abort" [dependencies.bitflags] version = "2.4" [dependencies.byteorder] version = "1.3.2" [dependencies.log] version = "0.4.20" [dependencies.rustix] version = "0.38" features = [ "event", "mm", "fs", ] [dev-dependencies.drm] version = "0.12" [dev-dependencies.env_logger] version = "0.11" default-features = false [dev-dependencies.smithay-client-toolkit] version = "0.19"