kcode-web-libs 0.2.0

Managed plain HTML, CSS, and JavaScript libraries with browser checks and immutable publication
Documentation
[package]
name = "kcode-web-libs"
version = "0.2.0"
edition = "2024"
rust-version = "1.97"
license = "MIT OR Apache-2.0"
description = "Managed plain HTML, CSS, and JavaScript libraries with browser checks and immutable publication"
documentation = "https://docs.rs/kcode-web-libs"
readme = "README.md"

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

[dependencies]
fs2 = "0.4.3"
semver = "1.0.27"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
sha2 = "0.10.8"
tempfile = "3.20.0"
uuid = { version = "1.16.0", features = ["v4"] }

[lints.rust]
unsafe_code = "forbid"

[workspace]
resolver = "3"