# 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 = "2018" name = "hotg-rune-proc-block-macros" version = "0.11.3" authors = ["The Rune Developers "] description = "Procedural macros for the rune-proc-block crate." homepage = "https://hotg.dev/" readme = "README.md" keywords = ["rune", "proc-block", "macro"] categories = ["no-std", "science", "wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/hotg-ai/rune" resolver = "2" [lib] proc-macro = true [dependencies.hotg-rune-core] version = "^0.11.0" default-features = false [dependencies.proc-macro2] version = "1.0.27" [dependencies.quote] version = "1.0.9" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.syn] version = "1.0.72" features = ["extra-traits", "full"] [dev-dependencies.difference] version = "2.0.0" [dev-dependencies.pretty_assertions] version = "1.0.0"