# 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" name = "script-macro" version = "0.1.2" authors = ["Markus Unterwaditzer "] build = false exclude = ["example_crates/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "Write proc-macros inline with other source code" readme = "README.md" license = "MIT" repository = "https://github.com/untitaker/script-macro" [lib] name = "script_macro" path = "src/lib.rs" proc-macro = true [dependencies.glob] version = "0.3.1" optional = true [dependencies.rhai] version = "1.13.0" [dependencies.rhai-fs] version = "0.1.2" optional = true [dependencies.serde_json] version = "1.0.96" optional = true [dependencies.serde_yaml] version = "0.9.21" optional = true [dependencies.syn] version = "2.0.15" [features] default = [] filesystem = ["dep:rhai-fs"] parse-json = [ "dep:serde_json", "rhai/serde", ] parse-yaml = [ "dep:serde_yaml", "rhai/serde", ]