spaces_checkpoint 0.1.1

Checkpoint loader and builder for the Spaces protocol.
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.88"
name = "spaces_checkpoint"
version = "0.1.1"
authors = ["Buffrr <contact@buffrr.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Checkpoint loader and builder for the Spaces protocol."
homepage = "https://spacesprotocol.org"
readme = "README.md"
license = "MIT"
repository = "https://github.com/spacesprotocol/spaces"
resolver = "2"

[features]
cli = [
    "dep:clap",
    "dep:anyhow",
    "dep:spacedb",
    "dep:spaces_protocol",
]
default = ["cli"]

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

[[bin]]
name = "checkpoint-builder"
path = "src/builder.rs"
required-features = ["cli"]

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.flate2]
version = "1"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.spacedb]
version = "0.1.2"
features = ["hash-idx"]
optional = true

[dependencies.spaces_protocol]
version = "0.1.1"
features = ["std"]
optional = true
default-features = false

[dependencies.tar]
version = "0.4"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "3"

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