# 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" version = "0.3.1" authors = ["Kai Ren "] include = [ "/src/", "/Cargo.toml", "/CHANGELOG.md", "/LICENSE.md", "/README.md", ] description = "Steroids for `syn`, `quote` and `proc-macro2` crates." homepage = "https://github.com/arcane-rs/synthez" documentation = "https://docs.rs/synthez" readme = "README.md" keywords = [ "codegen", "derive", "macro", "syn", ] categories = [ "development-tools::build-utils", "development-tools::procedural-macro-helpers", ] license = "BlueOak-1.0.0" repository = "https://github.com/arcane-rs/synthez" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.syn] version = "2.0" features = [ "clone-impls", "derive", "extra-traits", "parsing", "printing", ] default-features = false [dependencies.synthez-codegen] version = "0.3.1" [dependencies.synthez-core] version = "0.3.1" [features] full = [ "syn/full", "synthez-core/full", ]