prikk 0.18.2

Prikk CLI initial scaffold.
# 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.85"
name = "prikk"
version = "0.18.2"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prikk CLI initial scaffold."
homepage = "https://nabbisen.github.io/prikk/"
readme = "README.md"
keywords = ["vcs"]
categories = ["algorithms"]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/prikk"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ version }/prikk-{ target }.tar.gz"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[[bin]]
name = "prikk"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.prikk-error]
version = "0.18.2"

[dependencies.prikk-hash]
version = "0.18.2"

[dependencies.prikk-object]
version = "0.18.2"

[dependencies.prikk-store]
version = "0.18.2"

[lints.clippy]
expect_used = "warn"
indexing_slicing = "warn"
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"