cortenforge-tools 0.2.0

Tooling crate for CortenForge: shared CLI helpers and app-agnostic bins.
Documentation
[[bin]]
name = "datagen"
path = "src/bin/datagen.rs"

[[bin]]
name = "datagen_scheduler"
path = "src/bin/datagen_scheduler.rs"
required-features = ["scheduler"]

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

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

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

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

[[bin]]
name = "tui"
path = "src/bin/tui.rs"
required-features = ["tui"]

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arrow-array]
version = "57.1.0"

[dependencies.arrow-schema]
version = "57.1.0"

[dependencies.arrow-select]
version = "57.1.0"

[dependencies.burn_dataset]
default-features = false
package = "cortenforge-burn-dataset"
version = "0.2.0"

[dependencies.capture_utils]
package = "cortenforge-capture-utils"
version = "0.2.0"

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

[dependencies.cli_support]
package = "cortenforge-cli-support"
version = "0.2.0"

[dependencies.crossterm]
optional = true
version = "0.29.0"

[dependencies.data_contracts]
package = "cortenforge-data-contracts"
version = "0.2.0"

[dependencies.image]
default-features = false
features = ["png", "rayon"]
version = "0.25.9"

[dependencies.inference]
package = "cortenforge-inference"
version = "0.2.0"

[dependencies.nvml-wrapper]
optional = true
version = "0.11.0"

[dependencies.parquet]
features = ["arrow"]
version = "57.1.0"

[dependencies.ratatui]
default-features = false
features = ["crossterm"]
optional = true
version = "0.30.0"

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.sysinfo]
features = ["multithread"]
optional = true
version = "0.37.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "0.9.11"

[dependencies.vision_core]
package = "cortenforge-vision-core"
version = "0.2.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[features]
default = []
gpu_nvidia = ["nvml-wrapper"]
scheduler = ["sysinfo"]
tui = ["crossterm", "ratatui"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tooling crate for CortenForge: shared CLI helpers and app-agnostic bins."
documentation = "https://docs.rs/cortenforge-tools"
edition = "2021"
homepage = "https://github.com/via-balaena/CortenForge"
license = "Apache-2.0"
name = "cortenforge-tools"
publish = true
readme = "README.md"
repository = "https://github.com/via-balaena/CortenForge"
version = "0.2.0"

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

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