# 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.62" name = "synthez-codegen" version = "0.3.1" authors = ["Kai Ren "] include = [ "/src/", "/Cargo.toml", "/README.md", ] description = "Internal codegen shim of `synthez` crate." homepage = "https://github.com/arcane-rs/synthez/tree/main/codegen" documentation = "https://docs.rs/synthez-codegen" readme = "README.md" categories = ["development-tools::build-utils"] license = "BlueOak-1.0.0" repository = "https://github.com/arcane-rs/synthez/tree/main/codegen" [lib] proc-macro = true [dependencies.syn] version = "2.0" features = [ "parsing", "proc-macro", ] default-features = false [dependencies.synthez-core] version = "0.3.1" [dev-dependencies.proc-macro2] version = "1.0.4" default-features = false [dev-dependencies.syn] version = "2.0" features = [ "derive", "parsing", "proc-macro", ] default-features = false