mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-14 03:32:00 +08:00
66 lines
1.3 KiB
TOML
66 lines
1.3 KiB
TOML
# 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 = "v4l2r"
|
|
version = "0.0.7"
|
|
authors = ["Alexandre Courbot <gnurou@gmail.com>"]
|
|
build = "build.rs"
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Safe and flexible abstraction over V4L2"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"v4l2",
|
|
"video",
|
|
"linux",
|
|
]
|
|
categories = ["os"]
|
|
license-file = "LICENSE"
|
|
repository = "https://github.com/Gnurou/v4l2r"
|
|
|
|
[features]
|
|
arch32 = []
|
|
arch64 = []
|
|
|
|
[lib]
|
|
name = "v4l2r"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.bitflags]
|
|
version = "2.4"
|
|
|
|
[dependencies.enumn]
|
|
version = "0.1.6"
|
|
|
|
[dependencies.log]
|
|
version = "0.4.14"
|
|
|
|
[dependencies.nix]
|
|
version = "0.28"
|
|
features = [
|
|
"ioctl",
|
|
"mman",
|
|
"poll",
|
|
"fs",
|
|
"event",
|
|
]
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0"
|
|
|
|
[build-dependencies.bindgen]
|
|
version = "0.70.1"
|