[package]
name = "tweecrypto"
version = "0.0.2"
edition = "2021"
description = "TweeChat Client Crypto Library"
repository = "https://github.com/tweechat/tweecrypto"
homepage = "https://tweechat.github.io"
authors = ["valkyrie_pilot <valk@randomairborne.dev"]
license = "MIT OR Apache-2.0"
keywords = ["twee", "tweechat", "cryptography", "encrypt"]
categories = ["api-bindings", "cryptography", "encoding"]
readme = "README.md"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
base64 = "0.13"
tink-aead = "0.2"
tink-core = { version = "0.2", features = ["json"] }
thiserror = "1.0"
wasm-bindgen = "0.2"
console_error_panic_hook = { version = "0.1.6" }
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2.7", features = ["js"] }