# 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] edition = "2018" name = "lib_opnfi" version = "0.0.1" authors = ["James Parks "] description = "Open source rust library to interface with Ubiquiti's family of Unifi SDN devices." readme = "README.md" keywords = ["unifi", "ubiquiti"] license = "Apache-2.0" license-file = "../LICENSE" repository = "https://github.com/jrjparks/OpnFi-rs" [dependencies.byteorder] version = "1.3.2" [dependencies.enumflags2] version = "0.6.2" [dependencies.flate2] version = "1.0.13" [dependencies.openssl] version = "0.10.26" [dependencies.pnet] version = "0.23.0" [dependencies.rand] version = "0.7.2" [dependencies.serde] version = "1.0.102" [dependencies.serde_derive] version = "1.0.102" [dependencies.serde_json] version = "1.0.41" [dependencies.snap] version = "0.2.5" [dependencies.toml] version = "0.5.5"