# 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-genapi" version = "0.1.13" authors = ["Cameleon Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ cameleon-genapi provides parser and interpreter of GenApi XML. """ homepage = "https://github.com/cameleon-rs/cameleon/tree/main/genapi" readme = "README.md" keywords = [ "genicam", "camera", "genapi", ] categories = [ "computer-vision", "parser-implementations", ] license = "MPL-2.0" repository = "https://github.com/cameleon-rs/cameleon" [lib] name = "cameleon_genapi" path = "src/lib.rs" [dependencies.ambassador] version = "0.2.1" [dependencies.auto_impl] version = "1.0.1" [dependencies.roxmltree] version = "0.15.0" [dependencies.string-interner] version = "0.14.0" [dependencies.thiserror] version = "1.0.24" [dependencies.tracing] version = "0.1.26"