# 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-impl" version = "0.1.13" authors = ["Cameleon Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities used by other cameleon crates implementation." homepage = "https://github.com/cameleon-rs/cameleon/tree/main/impl" readme = "README.md" keywords = [ "genicam", "camera", ] categories = ["computer-vision"] license = "MPL-2.0" repository = "https://github.com/cameleon-rs/cameleon" [lib] name = "cameleon_impl" path = "src/lib.rs" [[test]] name = "runner" path = "tests/runner.rs" [dependencies.cameleon-impl-macros] version = "0.1.13" [dependencies.semver] version = "1.0.0" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.trybuild] version = "1.0.42" features = ["diff"]