# 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" rust-version = "1.76.0" name = "hikvision" version = "0.1.11" include = [ "src/", "*.md", "*-LICENSE", "Cargo.toml", ] description = "A rust hikvision sdk; 海康威视 RUST SDK" homepage = "https://gitee.com/eternalnight996" documentation = "https://docs.rs/hikvision" readme = "README.md" keywords = [ "hikvision", "camera", "mvs", "network", "e-", ] categories = ["hardware-support"] license-file = "MIT-LICENSE" repository = "https://gitee.com/eternalnight996/hikvision-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [lib] crate-type = ["rlib"] proc-macro = false [[example]] name = "global_mvs" path = "examples/global_mvs.rs" [[example]] name = "global_net" path = "examples/global_net.rs" [dependencies.e-utils] version = "0.3" features = [ "algorithm", "macros", ] [dependencies.libloading] version = "^0.8.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.e-log] version = "0.1" features = ["_tauri"] default-features = false [dev-dependencies.hikvision] version = "0.1" features = [ "mvs", "net", "ui", ] [dev-dependencies.lazy_static] version = "1.4.0" [features] default = [] mvs = [] net = [] ui = ["e-utils/ui"]