germanic 0.2.0

Schema-validated binary data for AI agents. JSON to .grm compiler with zero-copy FlatBuffers.
Documentation
# 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"
rust-version = "1.85"
name = "germanic"
version = "0.2.0"
authors = ["porco-rs"]
build = "build.rs"
exclude = [".DS_Store"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema-validated binary data for AI agents. JSON to .grm compiler with zero-copy FlatBuffers."
homepage = "https://github.com/germanicdev/germanic"
documentation = "https://docs.rs/germanic"
readme = "README.md"
keywords = [
    "schema",
    "flatbuffers",
    "binary",
    "ai",
    "structured-data",
]
categories = [
    "encoding",
    "web-programming",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/germanicdev/germanic"

[features]
default = []
mcp = [
    "dep:rmcp",
    "dep:tokio",
    "dep:schemars",
    "dep:tracing",
    "dep:tracing-subscriber",
]

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.flatbuffers]
version = "25.12"

[dependencies.germanic-macros]
version = "0.1.1"

[dependencies.indexmap]
version = "2.13"
features = ["serde"]

[dependencies.rmcp]
version = "0.15"
features = [
    "server",
    "transport-io",
    "macros",
]
optional = true

[dependencies.schemars]
version = "1.1"
optional = true

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
optional = true

[dev-dependencies.tempfile]
version = "3"