cotis-web-builder 0.1.0-alpha

WASM build routine and cotis-cli plugin for cotis-web
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 = "cotis-web-builder"
version = "0.1.0-alpha"
authors = ["Ignacio Castán"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM build routine and cotis-cli plugin for cotis-web"
homepage = "https://github.com/igna-778/cotis-web.git"
documentation = "https://docs.rs/cotis-web-builder"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "wasm",
    "web",
    "cli",
]
categories = [
    "development-tools",
    "gui",
    "wasm",
]
license = "MIT"
repository = "https://github.com/igna-778/cotis-web.git"

[lib]
name = "cotis_web_builder"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "cotis-web-builder-cli"
path = "src/main.rs"

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.log]
version = "0.4.29"

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

[dependencies.serde_json]
version = "1.0.145"