[package]
edition = "2021"
rust-version = "1.88"
name = "nido-sdk"
version = "0.0.0-alpha.0"
authors = ["Florian Schulz"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-release metadata crate. Real Nido third-party SDK ships at >=0.1.0."
homepage = "https://securanido.com/nido"
documentation = "https://docs.rs/nido-sdk"
readme = "README.md"
keywords = [
"nido",
"sdk",
"agent",
"mcp",
"a2a",
]
categories = ["api-bindings"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/nash87/nido"
[lib]
name = "nido_sdk"
path = "src/lib.rs"
[dependencies]