centerdevice 0.2.0

Rust API Client for CenterDevice
Documentation
# 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.2.0"
authors = ["Lukas Pustina <lukas.pustina@centerdevice.de>"]
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.failure]
version = "0.1"

[dependencies.hex]
version = "0.3"

[dependencies.hyper]
version = "0.10"

[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.9"
features = ["rustls-tls"]

[dependencies.ring]
version = "0.14"

[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"