rudof_mcp 0.3.21

RDF and Knowledge Graphs processing tool
# 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 = "rudof_mcp"
version = "0.3.21"
authors = [
    "Jose Emilio Labra Gayo <labra@uniovi.es>",
    "Ángel Iglesias Préstamo <angel.iglesias.prestamo@gmail.com>",
    "Marc-Antoine Arnaud <marc-antoine.arnaud@luminvent.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RDF and Knowledge Graphs processing tool"
homepage = "https://rudof-project.github.io/rudof"
documentation = "https://docs.rs/rudof_mcp"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rudof-project/rudof"
resolver = "2"

[lib]
name = "rudof_mcp"
path = "src/lib.rs"

[[test]]
name = "capabilities_tests"
path = "tests/capabilities_tests.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[[test]]
name = "service_tests"
path = "tests/service_tests.rs"

[target.'cfg(not(target_family = "wasm"))'.dependencies.anyhow]
version = "1.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.axum]
version = "0.8.4"

[target.'cfg(not(target_family = "wasm"))'.dependencies.axum-server]
version = "0.7"

[target.'cfg(not(target_family = "wasm"))'.dependencies.base64]
version = "0.22.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.chrono]
version = "0.4"
features = ["serde"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.clap]
version = "4.5"
features = ["derive"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.ipnetwork]
version = "0.21"

[target.'cfg(not(target_family = "wasm"))'.dependencies.rmcp]
version = "3.2"
features = [
    "client",
    "server",
    "transport-io",
    "transport-streamable-http-server",
]

[target.'cfg(not(target_family = "wasm"))'.dependencies.rudof_lib]
version = "0.3.21"

[target.'cfg(not(target_family = "wasm"))'.dependencies.rudof_rdf]
version = "0.3.21"
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.schemars]
version = "1.0.4"

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde]
version = "1"
features = ["derive"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde_json]
version = "1.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.shex_ast]
version = "0.3.21"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1.47.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio-util]
version = "0.7"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tower]
version = "0.5"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tower-http]
version = "0.5.2"
features = [
    "trace",
    "cors",
]

[target.'cfg(not(target_family = "wasm"))'.dependencies.tracing]
version = "0.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.uuid]
version = "1.0"
features = ["v4"]

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.http-body-util]
version = "0.1"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.tempfile]
version = "3.10.1"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.tokio-test]
version = "0.4"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.tower]
version = "0.5"
features = ["util"]

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.tracing-test]
version = "0.2.5"