ironoxide 0.10.1

A pure-Rust SDK for accessing IronCore's privacy platform
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 = "ironoxide"
version = "0.10.1"
authors = ["IronCore Labs <info@ironcorelabs.com>"]
description = "A pure-Rust SDK for accessing IronCore's privacy platform"
documentation = "https://docs.rs/ironoxide"
readme = "README.md"
keywords = ["cryptography", "proxy-re-encryption", "PRE", "ECC", "transform-encryption"]
categories = ["cryptography"]
license = "AGPL-3.0-only"
repository = "https://github.com/IronCoreLabs/ironoxide"
[dependencies.base64]
version = "~0.10"

[dependencies.base64-serde]
version = "~0.3.1"

[dependencies.bytes]
version = "~0.4.12"

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

[dependencies.futures]
version = "~0.1.25"

[dependencies.hex]
version = "~0.3"

[dependencies.itertools]
version = "~0.8"

[dependencies.lazy_static]
version = "~1.3"

[dependencies.log]
version = "~0.4"

[dependencies.percent-encoding]
version = "~1.0"

[dependencies.protobuf]
version = "~2.8"
features = ["with-bytes"]

[dependencies.quick-error]
version = "~1.2"

[dependencies.rand]
version = "~0.6"

[dependencies.rand_chacha]
version = "~0.1"

[dependencies.recrypt]
version = "~0.8.1"

[dependencies.regex]
version = "~1.1"

[dependencies.reqwest]
version = "~0.9"

[dependencies.ring]
version = "~0.16"
features = ["std"]

[dependencies.serde]
version = "~1.0"

[dependencies.serde_derive]
version = "~1.0"

[dependencies.serde_json]
version = "~1.0"

[dependencies.tokio]
version = "~0.1"
[dev-dependencies.frank_jwt]
version = "~3.1.1"

[dev-dependencies.galvanic-assert]
version = "~0.8"

[dev-dependencies.uuid]
version = "~0.7.2"
features = ["serde", "v4"]
[build-dependencies.protobuf-codegen-pure]
version = "~2.8"

[features]
senv = []