kync 0.2.0

KyNc – a generic API for key encapsulation and a Rust interface to KyNc-plugins
Documentation
[badges.appveyor]
repository = "KizzyCode/kync"

[badges.is-it-maintained-issue-resolution]
repository = "KizzyCode/kync"

[badges.is-it-maintained-open-issues]
repository = "KizzyCode/kync"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "KizzyCode/kync"
[dependencies.libloading]
version = "^0.5"
[dev-dependencies.kync_test_plugin]
version = "0.2.1"

[package]
authors = ["KizzyCode <development@kizzycode.de>"]
categories = ["cryptography", "api-bindings"]
description = "KyNc – a generic API for key encapsulation and a Rust interface to KyNc-plugins"
edition = "2018"
keywords = ["kync", "cryptography", "key-wrapping", "key-encapsulation"]
license = "BSD-2-Clause OR MIT"
name = "kync"
readme = "README.md"
repository = "https://github.com/KizzyCode/kync"
version = "0.2.0"
[profile.bench]
overflow-checks = true

[profile.dev]
overflow-checks = true
panic = "abort"

[profile.release]
overflow-checks = true
panic = "abort"