# 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 = "centerdevice" version = "0.5.1" authors = ["Lukas Pustina "] include = ["README.md", "LICENSE", "**/*.rs", "Cargo.toml"] description = "Rust API Client for CenterDevice" readme = "README.md" keywords = ["centerdevice", "api"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/centerdevice/centerdevice-rs.git" [lib] name = "centerdevice" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.failure] version = "0.1" [dependencies.hex] version = "0.3" [dependencies.hyper_old] version = "0.10" default-features = false package = "hyper" [dependencies.hyperx] version = "1" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.2" [dependencies.mime_guess] version = "1.8" [dependencies.mime_multipart] version = "0.5" [dependencies.reqwest] version = "0.10" features = ["blocking", "json", "rustls-tls"] default-features = false [dependencies.ring] version = "0.16" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.env_logger] version = "^0.6" [dev-dependencies.spectral] version = "^0.6" [badges.circle-ci] branch = "master" repository = "centerdevice/centerdevice-rs"