# 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" name = "zte-cpe-rs" version = "0.2.0" authors = ["1zuna "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Control ZTE MF289F LTE CPE using Rust" readme = "README.md" keywords = [ "router", "zte", "api", "mf289f", ] categories = ["api-bindings"] license = "GPL-3.0" repository = "https://github.com/1zun4/zte-cpe-rs/" [lib] name = "zte_cpe_rs" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.log] version = "0.4" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.sha256] version = "1.5.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [] ssl-native = ["reqwest/native-tls"] ssl-rustls = ["reqwest/rustls-tls"]