cliw 0.1.0

Command Line In Web
Documentation
[dependencies.percent-encoding]
version = "2.3.1"

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

[[example]]
name = "cliw_demo"
path = "examples/cliw_demo.rs"
required-features = ["alert", "urlargs"]

[features]
alert = ["dep:js-sys"]
console = ["dep:js-sys"]
serde = ["dep:serde"]
urlargs = []
web-std-output = []

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

[package]
authors = ["Jellybean Stonerfish <jellybean.stonerfish@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "game-development", "gui", "wasm", "web-programming"]
description = "Command Line In Web"
edition = "2021"
keywords = ["cli", "clap", "wasm", "web", "parse"]
license = "MIT OR Apache-2.0 OR GPL-2.0-or-later"
name = "cliw"
readme = "README.md"
repository = "https://github.com/stonerfish/cliw"
version = "0.1.0"

[target.wasm32-unknown-unknown.dependencies.js-sys]
optional = true
version = "0.3.67"

[target.wasm32-unknown-unknown.dependencies.web-sys]
features = ["console", "Location", "Window"]
version = "0.3.67"