roam-macros-parse 7.3.0

Parser grammar for roam RPC service trait definitions
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.91"
name = "roam-macros-parse"
version = "7.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser grammar for roam RPC service trait definitions"
homepage = "https://github.com/bearcove/roam"
documentation = "https://docs.rs/roam"
readme = "README.md"
keywords = [
    "rpc",
    "ipc",
    "shared-memory",
    "serde",
    "networking",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/roam"
resolver = "2"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

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

[dependencies.proc-macro2]
version = "1"

[dependencies.unsynn]
version = "0.3"