[package] name = "grafton-visca" version = "0.2.1" edition = "2021" authors = ["Grant Sparks "] description = "Rust based VISCA over IP implementation for controlling PTZ Cameras" license = "Apache-2.0" repository = "https://github.com/GrantSparks/grafton-visca" homepage = "https://www.grafton.ai" categories = ["multimedia"] keywords = ["ptz", "camera", "visca", "video"] exclude = ["target/", ".gitignore", ".github/", ".vscode/"] readme = "README.md" [dependencies] log = "0.4.22" env_logger = "0.11.5" nom = "7.1.3" thiserror = "1.0.63"