# 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 = "lockjaw_processor" version = "0.2.2" authors = ["Ta-wei Yen"] description = "proc_macro processor for lockjaw" documentation = "https://docs.rs/lockjaw/" license = "Apache-2.0" repository = "https://github.com/azureblaze/lockjaw" [lib] proc-macro = true [dependencies.backtrace] version = "0.3.55" [dependencies.base64] version = "0.13.0" [dependencies.lazy_static] version = "1" [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "1.0" features = ["full", "extra-traits"] [dependencies.tree-sitter] version = "0.19" [dependencies.tree-sitter-rust] version = "0.19" [build-dependencies.rustc_version] version = "0.3"