limbo_crypto 0.0.22

Limbo crypto extension
Documentation
[dependencies.blake3]
version = "1.5.5"

[dependencies.data-encoding]
version = "2.7.0"

[dependencies.limbo_ext]
features = ["static"]
version = "0.0.22"

[dependencies.md5]
version = "0.7.0"

[dependencies.ring]
version = "0.17.8"

[dependencies.urlencoding]
version = "2.1.3"

[features]
static = ["limbo_ext/static"]

[lib]
crate-type = ["cdylib", "lib"]
name = "limbo_crypto"
path = "src/lib.rs"

[package]
authors = ["the Limbo authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Limbo crypto extension"
edition = "2021"
license = "MIT"
name = "limbo_crypto"
readme = false
repository = "https://github.com/tursodatabase/limbo"
version = "0.0.22"

[target.'cfg(not(target_family = "wasm"))'.dependencies.mimalloc]
default-features = false
version = "0.1"