# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mcp_typegen" version = "0.1.0" authors = ["Emil Lindfors <[email protected]>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library that exposes the model context protocol specificiation as rust types by generating types from a Model Context Protocol JSON files" readme = "README.md" keywords = [ "gen", "anthropic", ] categories = ["api-bindings"] license = "MIT" resolver = "1" [lib] name = "mcp_typegen" path = "src/lib.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [build-dependencies.prettyplease] version = "0.2" [build-dependencies.schemars] version = "0.8" [build-dependencies.serde_json] version = "1.0" [build-dependencies.syn] version = "2.0" [build-dependencies.typify] version = "0.2.0"