decanter 0.1.2

This crate implements basic cryptographic primitives native to the ecosystem
Documentation
[dependencies.decanter-crypto]
features = ["wasm"]
optional = true
version = "0.1.2"

[dependencies.decanter-derive]
optional = true
version = "0.1.2"
[dev-dependencies.scsys]
version = "0.1.40"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[features]
crypto = ["decanter-crypto/default"]
default = ["crypto"]
derive = ["decanter-derive"]
full = ["crypto", "derive"]
wasm = ["decanter-crypto/wasm"]

[lib]
bench = false
crate-type = ["cdylib", "rlib"]
test = true

[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://gitlab.com/FL03)"]
categories = []
description = "This crate implements basic cryptographic primitives native to the ecosystem"
edition = "2021"
homepage = "https://github.com/FL03/decanter/wiki"
keywords = []
license = "Apache-2.0"
name = "decanter"
repository = "https://github.com/FL03/decanter"
resolver = "1"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
[target.wasm32-unknown-unknown]

[target.wasm32-wasi]