[package]
name = "sim-lib-net-core"
version = "0.1.4"
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"
[dependencies]
sim-cookbook = { version = "0.1.0", path = "../sim-cookbook" }
[build-dependencies]
sim-cookbook = { version = "0.1.0", path = "../sim-cookbook" }
[lib]
path = "src/lib.rs"
[lints]
workspace = true