[package]
edition = "2024"
name = "sim-lib-net-core"
version = "0.1.4"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable, side-effect-free HTTP/streaming parsing primitives."
homepage = "https://github.com/sim-nest/sim-foundation"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-foundation"
[lib]
name = "sim_lib_net_core"
path = "src/lib.rs"
[dependencies.sim-cookbook]
version = "0.1.0"
[build-dependencies.sim-cookbook]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"