lllv-core 0.1.1

LLLV — Cryptographic capsules for verifiable retrieval.
Documentation
[[bench]]
harness = false
name = "capsule"
path = "benches/capsule.rs"

[dependencies.bitflags]
version = "2.6"

[dependencies.blake3]
version = "1.5"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.ed25519-dalek]
features = ["pkcs8"]
version = "2.1"

[dependencies.hex]
version = "0.4"

[dependencies.json_atomic]
optional = true
version = "0.1.1"

[dependencies.logline-core]
features = ["serde"]
version = "0.1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.rand]
version = "0.8"

[[example]]
name = "create_capsule"
path = "examples/create_capsule.rs"

[features]
alloc = []
default = ["std", "manifest"]
manifest = ["json_atomic"]
std = []
unicode = []

[lib]
name = "lllv_core"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "cryptography", "encoding"]
description = "LLLV — Cryptographic capsules for verifiable retrieval."
documentation = "https://docs.rs/lllv-core"
edition = "2021"
exclude = [".github/**", "deny.toml", "SECURITY.md", "CODE_OF_CONDUCT.md", "CHANGELOG.md"]
homepage = "https://logline.foundation"
keywords = ["search", "retrieval", "blake3", "ed25519", "verifiable"]
license = "MIT"
name = "lllv-core"
readme = "README.md"
repository = "https://github.com/LogLine-Foundation/lllv-core"
resolver = "2"
rust-version = "1.75"
version = "0.1.1"

[package.metadata.docs.rs]
features = ["std", "manifest"]
no-default-features = false

[package.metadata.paper]
url = "https://papers.logline.foundation/blog/paper-III-lllv"

[[test]]
name = "capsule_roundtrip"
path = "tests/capsule_roundtrip.rs"

[[test]]
name = "crypto_aad"
path = "tests/crypto_aad.rs"

[[test]]
name = "tamper"
path = "tests/tamper.rs"