[package]
edition = "2024"
name = "bindport-core"
version = "0.2.0"
authors = ["Michael Stutz <michaeljstutz@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BindPort core configuration, identity, and port model primitives."
readme = "README.md"
license = "MIT"
repository = "https://github.com/bindport/bindport"
[lib]
name = "bindport_core"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "=1.0.146"
[dependencies.serde_yaml_ng]
version = "0.10.0"
[dependencies.toml]
version = "1.1.2"