kitbash 0.1.1

A modular 2D character assembly tool for game developers
# 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 = "kitbash"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular 2D character assembly tool for game developers"
homepage = "https://github.com/Bli-AIk/kitbash"
documentation = "https://github.com/Bli-AIk/kitbash"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Bli-AIk/kitbash"

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

[dependencies.eframe]
version = "0.30"

[dependencies.egui]
version = "0.33"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.js-sys]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.rfd]
version = "0.17"

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

[dependencies.serde_json]
version = "1"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.zip]
version = "0.6"
features = ["deflate"]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.tracing-wasm]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "HtmlAnchorElement",
    "Document",
    "Window",
    "Url",
    "Blob",
    "BlobPropertyBag",
    "HtmlCanvasElement",
    "CanvasRenderingContext2d",
    "Element",
    "HtmlElement",
    "CssStyleDeclaration",
    "Node",
]

[profile.release]
opt-level = 2