em-client 4.0.2

This crate provides rust bindings for Enclave Manager API.
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 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]
name = "em-client"
version = "4.0.2"
authors = ["Fortanix Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate provides rust bindings for Enclave Manager API."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/fortanix/em-client-rust"
resolver = "2"

[features]
client = [
    "serde_ignored",
    "hyper",
    "url",
]
default = ["client"]

[lib]
name = "em_client"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bitflags]
version = "2.9"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.hyper]
version = "0.10"
optional = true
default-features = false

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4.28"

[dependencies.mbedtls]
version = ">=0.12.0, <0.14.0"

[dependencies.mime]
version = "0.3.17"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_ignored]
version = "0.1.12"
optional = true

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "1.5"
optional = true

[dependencies.uuid]
version = "0.6"
features = [
    "serde",
    "v4",
]

[dev-dependencies.clap]
version = "2.25"

[dev-dependencies.error-chain]
version = "0.12"

[dev-dependencies.mockito]
version = "1.7.2"