lora-snapshot 0.15.0

LoraDB — efficient column-oriented graph snapshots with compression and encryption.
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 = "2021"
rust-version = "1.87"
name = "lora-snapshot"
version = "0.15.0"
authors = ["LoraDB, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LoraDB — efficient column-oriented graph snapshots with compression and encryption."
homepage = "https://github.com/lora-db/lora"
readme = false
keywords = [
    "loradb",
    "snapshot",
    "graph",
    "compression",
    "encryption",
]
categories = [
    "database-implementations",
    "encoding",
]
license = "BUSL-1.1"
repository = "https://github.com/lora-db/lora"

[lib]
name = "lora_snapshot"
path = "src/lib.rs"
bench = false

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

[dependencies.argon2]
version = "0.5"

[dependencies.blake3]
version = "1"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.flate2]
version = "1"

[dependencies.getrandom]
version = "0.2"

[dependencies.lora-store]
version = "=0.15.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.getrandom]
version = "0.2"
features = ["js"]