[package]
name = "sim-lib-net-core"
version = "0.2.0"
edition = "2024"
license = "MPL-2.0"
description = "Reusable, side-effect-free HTTP/streaming parsing primitives."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-foundation"
homepage = "https://github.com/sim-nest/sim-foundation"
[package.metadata.sim-recipes]
policy = "descriptor"
reason = "The cookbook entries document descriptor shapes for projection and are marked sandbox-descriptor."
[dependencies]
sim-cookbook = { version = "0.2.0", path = "../sim-cookbook" }
[build-dependencies]
sim-cookbook = { version = "0.2.0", path = "../sim-cookbook" }
[lib]
path = "src/lib.rs"
[lints]
workspace = true