# 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 = "rtlola-interpreter-macros" version = "0.1.0" authors = ["Florian Kohn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive macros to help with integrating the rtlola interpreter" homepage = "http://rtlola.org" readme = "README.md" keywords = [ "verification", "interpreter", "monitoring", ] license = "Apache-2.0" repository = "https://github.com/reactive-systems/RTLola-Interpreter" [lib] name = "rtlola_interpreter_macros" path = "src/lib.rs" proc-macro = true [[example]] name = "custom_names" path = "examples/custom_names.rs" [[example]] name = "enum" path = "examples/enum.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "unnamed_struct" path = "examples/unnamed_struct.rs" [[test]] name = "composit_derive" path = "tests/composit_derive.rs" [[test]] name = "macro_compile" path = "tests/macro_compile.rs" [[test]] name = "value_derive" path = "tests/value_derive.rs" [dependencies.convert_case] version = "0.6.0" [dependencies.deluxe] version = "0.5.0" [dependencies.paste] version = "1.0.14" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.60" [dependencies.quote] version = "1.0" [dependencies.rtlola-interpreter] version = "0.10.0" [dependencies.syn] version = "2.0" features = ["derive"] [dev-dependencies.trybuild] version = "1.0.80"