# 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 = "quote-doctest" version = "0.3.2" authors = ["Scott Meeuwsen "] description = "A simple doctest generator for quote" documentation = "https://docs.rs/quote-doctest" readme = "README.md" keywords = ["syn", "macros", "quote", "doctest"] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/nu11ptr/flexgen/tree/master/doc_test" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rust-format] version = "0.3.4" features = ["post_process", "token_stream"] [dev-dependencies.pretty_assertions] version = "1.2" [features] default = ["pretty_please"] pretty_please = ["rust-format/pretty_please"]