boxology-cli-core 0.1.1

Reusable command-line boundary
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.1"
name = "boxology-cli-core"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable command-line boundary"
homepage = "https://github.com/fontanierh/boxology"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/fontanierh/boxology"

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

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

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

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

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

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

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

[dependencies.boxology-classifier]
version = "=0.1.1"

[dependencies.boxology-contract]
version = "=0.1.1"

[dependencies.boxology-generator]
version = "=0.1.1"

[dependencies.boxology-generator-model]
version = "=0.1.1"

[dependencies.boxology-generator-writer]
version = "=0.1.1"

[dependencies.boxology-manifest]
version = "=0.1.1"

[dependencies.boxology-schema]
version = "=0.1.1"

[dependencies.boxology-workspace]
version = "=0.1.1"

[dependencies.serde_json]
version = "=1.0.150"
features = ["std"]
default-features = false