iso-code-mcp 0.1.0

MCP server binary for iso-code worktree management
# 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"
rust-version = "1.75"
name = "iso-code-mcp"
version = "0.1.0"
authors = ["Snehith Nayak <snehithn5@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server binary for iso-code worktree management"
homepage = "https://isocode.dev"
documentation = "https://docs.rs/iso-code-mcp"
readme = "README.md"
keywords = [
    "git",
    "worktree",
    "mcp",
    "ai",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/snehith01001110/ISO-Framework"

[[bin]]
name = "iso-code-mcp"
path = "src/main.rs"

[dependencies.dunce]
version = "1.0"

[dependencies.iso-code]
version = "0.1.0"

[dependencies.jwalk]
version = "0.8"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"