kcode-web-libs 0.2.0

Managed plain HTML, CSS, and JavaScript libraries with browser checks and immutable publication
Documentation
# 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"
rust-version = "1.97"
name = "kcode-web-libs"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Managed plain HTML, CSS, and JavaScript libraries with browser checks and immutable publication"
documentation = "https://docs.rs/kcode-web-libs"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[[test]]
name = "library"
path = "tests/library.rs"

[dependencies.fs2]
version = "0.4.3"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.uuid]
version = "1.16.0"
features = ["v4"]

[lints.rust]
unsafe_code = "forbid"