# 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.0" name = "quirky_binder_codegen_macro" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quirky Binder Codegen Macro" documentation = "https://docs.rs/quirky_binder_codegen_macro" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/arnodb/quirky_binder" [lib] name = "quirky_binder_codegen_macro" path = "src/lib.rs" proc-macro = true [dependencies.annotate-snippets] version = "0.9" features = ["color"] [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quirky_binder_codegen] version = "0.1.0" [dependencies.quirky_binder_lang] version = "0.1.0" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full"]