kync 0.1.0

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


[badges]
travis-ci = { repository = "KizzyCode/kync" }
appveyor = { repository = "KizzyCode/kync" }


[profile.release]
overflow-checks = true

[profile.bench]
overflow-checks = true


[dependencies]
libloading = "0.5.0"

[dev-dependencies]
kync_test_plugin = { version = "0.1.0", path = "./kync_test_plugin" }