rubl 0.1.0-alpha.6

eBird API MCP server — Model Context Protocol server for eBird hotspots, regions, and rare bird data
# 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 = "2024"
name = "rubl"
version = "0.1.0-alpha.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "eBird API MCP server — Model Context Protocol server for eBird hotspots, regions, and rare bird data"
readme = "README.md"
keywords = [
    "ebird",
    "mcp",
    "birds",
    "birding",
    "api",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/drewbxyz/rubl"

[[bin]]
name = "rubl"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "query",
]

[dependencies.rmcp]
version = "0.14.0"
features = [
    "server",
    "transport-io",
    "macros",
]

[dependencies.schemars]
version = "1.2.1"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.toon]
version = "0.1.2"

[lints.clippy.all]
level = "deny"
priority = 10

[lints.clippy.perf]
level = "warn"
priority = 8

[lints.clippy.redundant_clone]
level = "deny"
priority = 9

[lints.rust.future-incompatible]
level = "warn"
priority = -1

[lints.rust.nonstandard_style]
level = "deny"
priority = -2