# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "onvif-rs" version = "0.0.4" authors = ["Mayank Asthana "] description = " Onvif Client in rust. This is WIP. DO NOT USE YET!" homepage = "https://github.com/mayankasthana/onvif" keywords = ["camera", "onvif", "cctv"] license = "MIT/Apache-2.0" repository = "https://github.com/mayankasthana/onvif.git" [lib] name = "onvif" [dependencies.derive_builder] version = "0.5.1" [dependencies.quick-xml] version = "0.12.0" [dev-dependencies.pretty_assertions] version = "0.5.1"