# 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.61" name = "pesticide" version = "0.0.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ORM for CC based on pest" homepage = "https://github.com/fawdlstty/pesticide" readme = "README.md" keywords = [ "compiler", "orm", "ast", "parse", ] categories = [] license = "MIT" repository = "https://github.com/fawdlstty/pesticide" [lib] name = "pesticide" path = "src/lib.rs" proc-macro = true [dependencies.anyhow] version = "1.0.89" [dependencies.lazy_static] version = "1.5.0" [dependencies.pest] version = "2.7.13" [dependencies.pest_derive] version = "2.7.13" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.79" features = ["full"]