luct-store 0.2.2

Collection of storage backends for the luct project
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "luct-store"
version = "0.2.2"
authors = ["Leon Tan"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collection of storage backends for the luct project"
homepage = "https://luct.dev"
readme = "README.md"
keywords = [
    "browser-extension",
    "certificates",
    "CA",
    "transparency-logs",
    "web-security",
]
categories = [
    "cryptography",
    "security",
    "visualization",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Sawchord/luct/"
resolver = "2"

[features]

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

[dependencies.hex]
version = "0.4"

[dependencies.lru]
version = "0.18.0"

[dependencies.luct-core]
version = "0.2.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"
features = ["log"]

[dev-dependencies.luct-test]
version = "0.2.2"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"