oxigaf-cli 0.1.0

CLI for OxiGAF — Gaussian Avatar Reconstruction
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 = "2021"
name = "oxigaf-cli"
version = "0.1.0"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for OxiGAF — Gaussian Avatar Reconstruction"
readme = "README.md"
keywords = [
    "cli",
    "gaussian-splatting",
    "3d",
    "avatar",
    "tool",
]
categories = [
    "command-line-utilities",
    "graphics",
    "multimedia",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigaf"

[features]
all_features = ["oxigaf/all_features"]
default = []
flash_attention = ["oxigaf/flash_attention"]
full_performance = ["oxigaf/full_performance"]
gpu_debug = ["oxigaf/gpu_debug"]
mixed_precision = ["oxigaf/mixed_precision"]
parallel = ["oxigaf/parallel"]
simd = ["oxigaf/simd"]

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.hf-hub]
version = "0.4"

[dependencies.image]
version = "0.25"
features = ["exr"]

[dependencies.indicatif]
version = "0.18"

[dependencies.nalgebra]
version = "0.34"

[dependencies.owo-colors]
version = "4"

[dependencies.oxiarc-archive]
version = "0.2.1"

[dependencies.oxigaf]
version = "0.1.0"

[dependencies.oxigaf-flame]
version = "0.1.0"

[dependencies.oxigaf-trainer]
version = "0.1.0"

[dependencies.pollster]
version = "0.4"

[dependencies.rand]
version = "0.10"

[dependencies.safetensors]
version = "0.7"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.wgpu]
version = "28"

[dev-dependencies.assert_cmd]
version = "2"

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

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

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