medea-macro 0.3.4

Internal macros and codegen for Medea media server project.
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 = "medea-macro"
version = "0.3.4"
authors = ["Instrumentisto Team <developer@instrumentisto.com>"]
build = false
include = [
    "/src/",
    "/CHANGELOG.md",
    "/LICENSE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal macros and codegen for Medea media server project."
homepage = "https://github.com/instrumentisto/medea-jason/tree/master/crates/medea-macro"
documentation = "https://docs.rs/medea-macro"
readme = "README.md"
keywords = [
    "medea",
    "macro",
    "derive",
    "codegen",
]
categories = ["development-tools::build-utils"]
license = "BlueOak-1.0.0"
repository = "https://github.com/instrumentisto/medea-jason"

[features]
dart-codegen = []

[lib]
name = "medea_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.Inflector]
version = "0.11"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

[dependencies.synstructure]
version = "0.13"

[dev-dependencies.async-trait]
version = "0.1"