# 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 = "2021" rust-version = "1.65" name = "medea-macro" version = "0.3.0" authors = ["Instrumentisto Team "] include = [ "/src/", "/CHANGELOG.md", "/LICENSE.md", ] 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" [lib] 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" [features] dart-codegen = []