ossuary 0.5.1

Library for establishing secure communication channels between two hosts.
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 = "ossuary"
version = "0.5.1"
authors = ["Trevor Bentley <trevor@trevorbentley.com>"]
description = "Library for establishing secure communication channels between two hosts."
homepage = "https://github.com/mrmekon/ossuary"
documentation = "https://mrmekon.github.io/ossuary/ossuary/"
readme = "README.md"
keywords = ["communication", "cryptography", "security", "network"]
categories = ["cryptography", "network-programming"]
license = "Apache-2.0"
repository = "https://github.com/mrmekon/ossuary"
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "abort"
overflow-checks = false
incremental = false

[lib]
crate_type = ["lib", "cdylib", "staticlib"]
[dependencies.chacha20-poly1305-aead]
version = "=0.1.2"
features = ["simd", "simd_opt"]

[dependencies.ed25519-dalek]
version = "=1.0.0-pre.1"

[dependencies.rand]
version = "=0.6.5"

[dependencies.x25519-dalek]
version = "=0.5.2"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "mrmekon/ossuary"