# 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 = "videostream" version = "0.9.0" authors = ["Au-Zone Technologies"] build = false exclude = [ "/.github/*", "/.gitattributes", "/clippy.toml", "/codecov.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "VideoStream Library provides zero-copy video frame management and distribution across processes and containers." homepage = "https://support.deepviewml.com" documentation = "https://docs.rs/videostream" readme = "README.md" keywords = [ "deepview", "visionpack", ] categories = [ "computer-vision", "multimedia::video", "api-bindings", ] license = "AGPL-3.0" repository = "https://github.com/DeepViewML/videostream-rs" [lib] name = "videostream" path = "src/lib.rs" [dependencies.dma-buf] version = "0.4.0" [dependencies.nix] version = "0.28.0" [dependencies.unix-ts] version = "1.0.0" [dependencies.videostream-sys] version = "0.9.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serial_test] version = "3.1.1" [features] nightly = []