# 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 = "aravis-utils" version = "0.11.0" description = "command line utilities for interacting with GenICam cameras" keywords = [ "GenICam", "GigE", "USB3", "Vision", "Camera", ] categories = ["multimedia::video"] license = "BSD-2-Clause" repository = "https://github.com/robohouse-delft/aravis-rs" [dependencies.aravis] version = "0.11.0" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.image] version = "0.25.2" [dependencies.log] version = "0.4.17" [dependencies.png] version = "0.17.8" [dependencies.show-image] version = "0.14.0" features = [ "image", "save", ] optional = true [features] bayer = ["aravis/bayer"] default = [ "bayer", "gui", "usb-mode", ] gui = ["show-image"] usb-mode = ["aravis/v0_8_22"]