kcode-dev-tools 0.1.0

Session-scoped tools for managed Rust libraries, Web libraries, and Rust binaries
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-dev-tools"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

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

[dependencies.http]
version = "1"

[dependencies.kcode-rust-bins]
version = "=2.0.0"

[dependencies.kcode-rust-libs-v2]
version = "=1.1.0"

[dependencies.kcode-web-libs]
version = "=0.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

[dependencies.zeroize]
version = "1"

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

[lints.rust]
unsafe_code = "forbid"