boringtun 0.3.0

an implementation of the WireGuard® protocol designed for portability and speed
Documentation
[[bin]]
name = "boringtun"
path = "src/main.rs"

[[example]]
name = "benchmarks"
path = "src/benchmarks_example.rs"
[dependencies.base64]
version = "0.12"

[dependencies.hex]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.spin]
default-features = false
version = "0.5"

[dependencies.untrusted]
version = "0.7"

[lib]
crate-type = ["lib", "staticlib", "dylib"]

[package]
authors = ["Vlad Krasnov <vlad@cloudflare.com>"]
description = "an implementation of the WireGuard® protocol designed for portability and speed"
edition = "2018"
license = "BSD-3-Clause"
name = "boringtun"
readme = "README.md"
repository = "https://github.com/cloudflare/boringtun"
version = "0.3.0"
[target."cfg(not(any(target_os=\"windows\", target_os=\"ios\", target_os=\"android\")))".dependencies.chrono]
version = "0.4"

[target."cfg(not(any(target_os=\"windows\", target_os=\"ios\", target_os=\"android\")))".dependencies.clap]
default-features = false
features = ["suggestions"]
version = "2.33"

[target."cfg(not(any(target_os=\"windows\", target_os=\"ios\", target_os=\"android\")))".dependencies.daemonize]
version = "0.4.1"
[target."cfg(not(target_arch=\"arm\"))".dependencies.ring]
version = "0.16"
[target."cfg(target_os=\"android\")".dependencies.jni]
version = "0.10"