# 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-file-expand" version = "0.3.0" include = [ "src", "Cargo.toml", "tests", "examples", "resources", "README.md", ] description = "Library to load full source code of multi-file crates" readme = "README.md" keywords = [ "expand", "rust", "source-code", "inline-modules", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT/Apache-2.0" repository = "https://github.com/vi/syn-file-expand" [dependencies.im-rc] version = "15.0.0" [dependencies.itertools] version = "0.10.3" [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0.15" [dependencies.syn] version = "2" features = [ "full", "extra-traits", "printing", ] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.prettyplease] version = "0.2"