[package]
edition = "2024"
rust-version = "1.95"
name = "nako-addon-protocol"
version = "0.1.0-alpha.2"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire types and validation helpers for the Nako Addon Protocol."
homepage = "https://github.com/Latias94/nako"
readme = "README.md"
keywords = [
"nako",
"addons",
"protocol",
"media-server",
]
categories = [
"api-bindings",
"web-programming",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Latias94/nako"
[lib]
name = "nako_addon_protocol"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[lints.rust]
unsafe_code = "forbid"