# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dialectic-macro" version = "0.1.0" authors = ["Shea Leffler ", "Kenny Foner "] description = "Procedural macros used by and exported from the Dialectic crate" homepage = "https://github.com/boltlabs-inc/dialectic" keywords = ["session", "types", "async", "channel", "macro"] categories = ["asynchronous", "concurrency"] license = "MIT" repository = "https://github.com/boltlabs-inc/dialectic" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [lib] proc-macro = true [dependencies.dialectic-compiler] version = "0.1" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full", "parsing"] [dev-dependencies.dialectic] version = "0.4" [dev-dependencies.dialectic-tokio-mpsc] version = "0.1" [dev-dependencies.static_assertions] version = "1.1" [dev-dependencies.tokio] version = "1.2"