oxihuman-cli 0.1.1

Command-line interface for OxiHuman body generation and export
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 = "oxihuman-cli"
version = "0.1.1"
authors = ["COOLJAPAN OU (Team KitaSan)"]
build = false
exclude = [
    "target/",
    "tests/fixtures/",
    "*.wasm",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for OxiHuman body generation and export"
homepage = "https://github.com/cool-japan/oxihuman"
documentation = "https://docs.rs/oxihuman-cli"
readme = "README.md"
keywords = [
    "cli",
    "human",
    "body",
    "export",
    "makehuman",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxihuman"

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.oxihuman-core]
version = "0.1.1"

[dependencies.oxihuman-export]
version = "0.1.1"

[dependencies.oxihuman-mesh]
version = "0.1.1"

[dependencies.oxihuman-morph]
version = "0.1.1"

[dependencies.oxihuman-physics]
version = "0.1.1"

[dependencies.oxihuman-viewer]
version = "0.1.1"

[dependencies.serde_json]
version = "1.0.149"