dex-blob-cache 0.2.6

Go-compatible DXBC blob cache for Dex SDKs
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"
rust-version = "1.97"
name = "dex-blob-cache"
version = "0.2.6"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Go-compatible DXBC blob cache for Dex SDKs"
readme = false
license-file = "LICENSE"
repository = "https://github.com/superdurable/dex"

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

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

[dependencies.crc32c]
version = "0.6"

[dependencies.sha2]
version = "0.10"

[dependencies.stretto]
version = "0.9"

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