webcomposer-bin 0.5.2

WebComposer CLI
# 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 = "webcomposer-bin"
version = "0.5.2"
authors = ["trisua <me@trisua.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebComposer CLI"
homepage = "https://git.0x8e.net/t/webcomposer"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://git.0x8e.com/t/webcomposer"
resolver = "2"

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

[dependencies.clap]
version = "4.5.55"

[dependencies.pathbufd]
version = "0.1.4"

[dependencies.runas]
version = "1.2.0"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.webcomposer]
version = "0.12.2"