kcode-dev-tools 0.2.0

Session-scoped tools for managed Rust libraries, Web libraries, and Rust binaries
Documentation
[package]
name = "kcode-dev-tools"
version = "0.2.0"
edition = "2024"
rust-version = "1.97"
description = "Session-scoped tools for managed Rust libraries, Web libraries, and Rust binaries"
documentation = "https://docs.rs/kcode-dev-tools"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[dependencies]
http = "1"
kcode-rust-bins = "=2.0.0"
kcode-rust-libs-v2 = "=1.1.0"
kcode-web-libs = "=0.2.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["rt"] }
tracing = "0.1"
zeroize = "1"

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

[lints.rust]
unsafe_code = "forbid"

[workspace]
resolver = "3"