turbospark-cli 0.1.0

The turbospark-check process entry point: reads argv, calls the invocation crate, applies its exit-status/stream-routing decisions, and prints the resolved request.
# 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"
rust-version = "1.82"
name = "turbospark-cli"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The turbospark-check process entry point: reads argv, calls the invocation crate, applies its exit-status/stream-routing decisions, and prints the resolved request."
readme = "README.md"
license = "MIT"
repository = "https://github.com/whit3rabbit/turbospark"

[[bin]]
name = "turbospark"
path = "src/bin/turbospark.rs"

[[bin]]
name = "turbospark-check"
path = "src/main.rs"

[[bin]]
name = "turbospark-image"
path = "src/bin/image.rs"

[[bin]]
name = "turbospark-model"
path = "src/bin/model.rs"

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

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

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

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

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

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

[dependencies.catalog]
version = "0.1.0"
package = "turbospark-catalog"

[dependencies.image]
version = "0.1.0"
package = "turbospark-image"

[dependencies.indicatif]
version = "0.18"

[dependencies.invocation]
version = "0.1.0"
package = "turbospark-invocation"

[dependencies.libc]
version = "0.2"

[dependencies.model_io]
version = "0.1.0"
package = "turbospark-model-io"

[dependencies.repack]
version = "0.1.0"
package = "turbospark-repack"

[dependencies.runtime]
version = "0.1.0"
package = "turbospark-runtime"

[dependencies.selection]
version = "0.1.0"
package = "turbospark-selection"

[dependencies.serde_json]
version = "1"

[dependencies.tokenizer]
version = "0.1.0"
package = "turbospark-tokenizer"

[dependencies.turbospark-vision-io]
version = "0.1.0"

[dependencies.window_fit]
version = "0.1.0"
package = "turbospark-window-fit"