[package] name = "hikvision-rs" version = "0.0.8" edition = "2021" license = "MIT" description = "High-level asynchronous library for controlling cameras from Hikvision using the PTZ API" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.12.0" tokio = { version = "1.36.0", features = ["full"] } [lib] name = "hikvision"