# 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 = "include-doc-macro" version = "0.2.1" authors = ["Simon Bourne "] description = "Include examples in your Rustdocs." homepage = "https://github.com/simon-bourne/include-doc" readme = "README.md" keywords = [ "documentation", "examples", "rustdoc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/simon-bourne/include-doc" [lib] proc-macro = true [dependencies.itertools] version = "0.11.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.50" [dependencies.quote] version = "1.0.15" [dependencies.ra_ap_syntax] version = "0.0.164" [dependencies.syn] version = "2.0.26"