ciallo_wasm 0.7.21

Ciallo with WebAssembly
Documentation
[[bin]]
name = "ciallo"
path = "src/main.rs"

[dependencies.wasm-bindgen]
optional = true
version = "0.2.104"

[dependencies.web-sys]
features = ["console"]
optional = true
version = "0.3.81"

[features]
default = []
wasm = ["wasm-bindgen", "web-sys"]

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

[package]
authors = ["Hako Chest <zoneherobrine@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "wasm"]
description = "Ciallo with WebAssembly"
documentation = "https://docs.rs/ciallo_wasm"
edition = "2024"
keywords = ["ciallo", "wasm", "terminal", "console"]
license = "MIT"
name = "ciallo_wasm"
readme = "README.md"
repository = "https://github.com/islatri/ciallo_wasm"
rust-version = "1.85.0"
version = "0.7.21"