# 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" version = "0.1.13" authors = ["Cameleon Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ cameleon is a safe, fast, and flexible library for GenICam compatible cameras. """ homepage = "https://github.com/cameleon-rs/cameleon/tree/main/cameleon" 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" path = "src/lib.rs" [[example]] name = "custom_ctxt" path = "examples/custom_ctxt.rs" required-features = ["libusb"] [[example]] name = "no_cache" path = "examples/no_cache.rs" required-features = ["libusb"] [[example]] name = "params" path = "examples/params.rs" required-features = ["libusb"] [[example]] name = "stream" path = "examples/stream.rs" required-features = ["libusb"] [[example]] name = "u3v_register_map" path = "examples/u3v/register_map.rs" required-features = ["libusb"] [[test]] name = "test_examples" path = "tests/test_examples.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.async-channel] version = "1.7.0" [dependencies.auto_impl] version = "1.0.1" [dependencies.cameleon-device] version = "0.1.13" [dependencies.cameleon-genapi] version = "0.1.13" [dependencies.semver] version = "1.0.0" [dependencies.sha-1] version = "0.10.0" [dependencies.thiserror] version = "1.0.24" [dependencies.tracing] version = "0.1.26" [dependencies.zip] version = "0.6.0" features = ["deflate"] default-features = false [dev-dependencies.trybuild] version = "1.0.42" [features] libusb = ["cameleon-device/libusb"]