[package]
edition = "2021"
rust-version = "1.70"
name = "fdkey"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FDKEY -- AI-agent verification SDK for MCP servers (name-reservation placeholder; real release coming soon)"
homepage = "https://fdkey.com"
documentation = "https://fdkey.com"
readme = "README.md"
keywords = [
"mcp",
"ai-agent",
"verification",
"captcha",
"fdkey",
]
categories = [
"api-bindings",
"authentication",
]
license = "MIT"
repository = "https://github.com/fdkey/mcp-sdks"
[lib]
name = "fdkey"
path = "src/lib.rs"