burn_synth_import 0.1.0

Shared import and artifact utilities for burn_synth model pipelines
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"
name = "burn_synth_import"
version = "0.1.0"
authors = ["mosure <mitchell@mosure.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared import and artifact utilities for burn_synth model pipelines"
homepage = "https://github.com/mosure/bevy_synth"
readme = "README.md"
keywords = [
    "bevy",
    "editor",
    "asset-synthesis",
    "render-pipeline",
    "gltf",
]
categories = [
    "computer-vision",
    "graphics",
    "rendering",
    "rendering::data-formats",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mosure/bevy_synth"
resolver = "2"

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

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

[dependencies.ciborium]
version = "0.2"

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

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"