[package]
name = "kync"
edition = "2018"
version = "0.2.0"
authors = ["KizzyCode <development@kizzycode.de>"]
description = "KyNc – a generic API for key encapsulation and a Rust interface to KyNc-plugins"
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" }
maintenance = { status = "actively-developed" }
is-it-maintained-open-issues = { repository = "KizzyCode/kync" }
is-it-maintained-issue-resolution = { repository = "KizzyCode/kync" }
[dependencies]
libloading = "^0.5"
[dev-dependencies]
kync_test_plugin = { version = "0.2.1", path = "./kync_test_plugin" }
[profile.dev]
overflow-checks = true
panic = "abort"
[profile.release]
overflow-checks = true
panic = "abort"
[profile.bench]
overflow-checks = true