sweet-cli 0.4.1

Cross-platform utilities and dev tools
Documentation
[[bin]]
name = "sweet"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.rapidhash]
version = "1"

[dependencies.sweet]
features = ["fs", "server", "test"]
version = "0.4.1"

[dependencies.syn]
features = ["full"]
version = "2"

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

[package]
authors = ["Peter Hayman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "development-tools", "development-tools::testing", "wasm", "web-programming"]
description = "Cross-platform utilities and dev tools"
documentation = "https://docs.rs/sweet"
edition = "2024"
keywords = ["full-stack", "browser", "web", "test", "e2e"]
license = "MIT OR Apache-2.0"
name = "sweet-cli"
readme = "README.md"
repository = "https://github.com/mrchantey/sweet"
resolver = "2"
version = "0.4.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap]
features = ["derive"]
version = "4"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["macros", "sync", "rt", "rt-multi-thread", "time"]
version = "1"