cryptograpi 0.0.1

API crate for use with the cryptograpi encription service.
Documentation
[dependencies.openssl]
features = ["vendored"]
version = "0.10"

[package]
authors = ["Rodolfo Ruiz", "Cryptograpi Team"]
autobenches = true
categories = ["algorithms", "no-std"]
description = """
API crate for use with the cryptograpi encription service.
"""
documentation = "https://docs.rs/cryptograpi"
edition = "2018"
homepage = "https://cryptograpi.dev"
include = ["src/", "LICENSE.md", "README.md", "CHANGELOG.md", "SECURITY.md"]
keywords = ["cryptography", "api"]
license = "MIT OR Apache-2.0"
name = "cryptograpi"
readme = "README.md"
repository = "https://github.com/cryptograpi/cryptograpi_rust"
version = "0.0.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]