tweecrypto 0.0.2

TweeChat Client Crypto Library
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.console_error_panic_hook]
version = "0.1.6"

[dependencies.thiserror]
version = "1.0"

[dependencies.tink-aead]
version = "0.2"

[dependencies.tink-core]
features = ["json"]
version = "0.2"

[dependencies.wasm-bindgen]
version = "0.2"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["valkyrie_pilot <valk@randomairborne.dev"]
categories = ["api-bindings", "cryptography", "encoding"]
description = "TweeChat Client Crypto Library"
edition = "2021"
homepage = "https://tweechat.github.io"
keywords = ["twee", "tweechat", "cryptography", "encrypt"]
license = "MIT OR Apache-2.0"
name = "tweecrypto"
readme = "README.md"
repository = "https://github.com/tweechat/tweecrypto"
resolver = "2"
version = "0.0.2"
[target.wasm32-unknown-unknown.dependencies.getrandom]
features = ["js"]
version = "0.2.7"