# 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 = "syn-codegen" version = "0.4.2" authors = ["David Tolnay "] description = "Syntax tree describing Syn's syntax tree" documentation = "https://docs.rs/syn-codegen" keywords = ["syn"] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/syn" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] doc-scrape-examples = false [dependencies.indexmap] version = "2" [dependencies.semver] version = "1" [dependencies.serde] version = "1.0.88" optional = true [dependencies.serde_derive] version = "1.0.88" optional = true [dev-dependencies.serde_json] version = "1" [features] default = ["serde"] serde = [ "dep:serde", "dep:serde_derive", "indexmap/serde", "semver/serde", ]