# 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 = "bare_proc" version = "0.2.0" description = "A proc macro to generate Rust types from a BARE schema file." homepage = "https://git.sr.ht/~chiefnoah/bare_proc" documentation = "https://docs.rs/bare_proc/0.1.1/bare_proc/" readme = "README.md" license = "MIT" repository = "https://git.sr.ht/~chiefnoah/bare_proc" [lib] proc-macro = true [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1" [dependencies.syn] version = "2" [features]