# 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 = "grafton-visca" version = "0.2.1" authors = ["Grant Sparks "] build = false exclude = [ "target/", ".gitignore", ".github/", ".vscode/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust based VISCA over IP implementation for controlling PTZ Cameras" homepage = "https://www.grafton.ai" readme = "README.md" keywords = [ "ptz", "camera", "visca", "video", ] categories = ["multimedia"] license = "Apache-2.0" repository = "https://github.com/GrantSparks/grafton-visca" [lib] name = "grafton_visca" path = "src/lib.rs" [[example]] name = "hello_visca" path = "examples/hello_visca.rs" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.nom] version = "7.1.3" [dependencies.thiserror] version = "1.0.63"