# 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 = "2018" name = "cameleon-device" version = "0.1.13" authors = ["Cameleon Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ cameleon-device provides device specific protocol decoders and basic I/O operations for GenICam compatible devices. """ homepage = "https://github.com/cameleon-rs/cameleon/tree/main/device" readme = "README.md" keywords = [ "genicam", "camera", "usb3", "gige", "uvc", ] categories = ["computer-vision"] license = "MPL-2.0" repository = "https://github.com/cameleon-rs/cameleon" [package.metadata.docs.rs] all-features = true [lib] name = "cameleon_device" path = "src/lib.rs" [[example]] name = "u3v_device_control" path = "examples/u3v/device_control.rs" required-features = ["libusb"] [[example]] name = "u3v_device_enumeration" path = "examples/u3v/device_enumeration.rs" required-features = ["libusb"] [[test]] name = "test_examples" path = "tests/test_examples.rs" [dependencies.cameleon-impl] version = "0.1.13" [dependencies.cfg-if] version = "1.0.0" [dependencies.libc] version = "0.2" optional = true [dependencies.libusb1-sys] version = "0.7.0" optional = true [dependencies.log] version = "0.4.14" [dependencies.rusb] version = "0.9.0" optional = true [dependencies.semver] version = "1.0.0" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.trybuild] version = "1.0.42" [features] libusb = [ "rusb", "libusb1-sys", "libc", ]