cavs-format 0.1.2

The .cavs binary container format: streaming writer, hardened reader, Ed25519 signing.
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"
name = "cavs-format"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The .cavs binary container format: streaming writer, hardened reader, Ed25519 signing."
homepage = "https://github.com/orelvis15/cavs-oss"
readme = "README.md"
keywords = [
    "cavs",
    "format",
    "dedup",
    "packaging",
    "encoding",
]
categories = [
    "encoding",
    "compression",
]
license = "Apache-2.0"
repository = "https://github.com/orelvis15/cavs-oss"

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

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

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

[dependencies.cavs-hash]
version = "0.1.2"

[dependencies.cavs-store]
version = "0.1.2"

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.thiserror]
version = "2.0"

[dependencies.zstd]
version = "0.13"

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