[package]
edition = "2024"
name = "elicit_proj"
version = "0.11.1"
authors = ["Erik Rose <erik.w.rose@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Elicitation-enabled proj shadow crate — MCP tools for coordinate reference system and projection descriptors"
homepage = "https://github.com/crumplecup/elicitation"
documentation = "https://docs.rs/elicitation"
readme = "README.md"
keywords = [
"mcp",
"proj",
"geospatial",
"elicitation",
"agent",
]
categories = [
"science::geo",
"mathematics",
"development-tools",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/crumplecup/elicitation"
resolver = "2"
[lib]
name = "elicit_proj"
path = "src/lib.rs"
[[test]]
name = "workflow_test"
path = "tests/workflow_test.rs"
[dependencies.derive_more]
version = "2"
features = [
"display",
"error",
"from",
"deref",
"deref_mut",
"as_ref",
"display",
"error",
]
[dependencies.elicitation]
version = "0.11.1"
features = [
"proj-types",
"geo-types",
]
[dependencies.elicitation_derive]
version = "0.11.1"
[dependencies.geo]
version = "0.33"
[dependencies.proc-macro2]
version = "1"
[dependencies.proj]
version = "0.31"
[dependencies.quote]
version = "1"
[dependencies.rmcp]
version = "1.7"
features = [
"client",
"transport-io",
"schemars",
"elicitation",
]
[dependencies.schemars]
version = "1"
features = ["derive"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
"io-std",
"io-util",
"time",
"sync",
"rt",
"fs",
"net",
"process",
"signal",
"rt-multi-thread",
"macros",
]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
'cfg(feature, values("verify-kani", "verify-creusot", "verify-verus", "verify-all"))',
"cfg(kani)",
"cfg(creusot)",
"cfg(verus)",
"cfg(prusti)",
"cfg(anodized_panic)",
"cfg(anodized_print)",
"cfg(anodized_discard_specs)",
]