sinter-io 0.48.0

sinter command-line interface
# 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"
name = "sinter-io"
version = "0.48.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sinter command-line interface"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/shellfu/sinter"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/sinter-{ target }{ archive-suffix }"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-fmt = "zip"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.ignore]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.notify]
version = "8"

[dependencies.postcard]
version = "1"
features = ["alloc"]

[dependencies.rayon]
version = "1"

[dependencies.redb]
version = "3"

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

[dependencies.serde_json]
version = "1"

[dependencies.sinter-core]
version = "0.48.0"

[dependencies.sinter-extract]
version = "0.48.0"

[dependencies.sinter-resolve]
version = "0.48.0"

[dependencies.sinter-store]
version = "0.48.0"

[dependencies.toml]
version = "0.8"

[dev-dependencies.protobuf]
version = "3.7.2"

[dev-dependencies.scip]
version = "0.9"

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