# 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 = "2018" name = "syn-inline-mod" version = "0.6.0" authors = ["Ted Driggs "] description = "Inlines modules in Rust source code for source analysis" documentation = "https://docs.rs/syn-inline-mod/0.5.0" readme = "README.md" license = "MIT" repository = "https://github.com/TedDriggs/syn-inline-mod" [dependencies.proc-macro2] version = "^1.0.0" features = ["span-locations"] default-features = false [dependencies.syn] version = "^2.0.0" features = [ "parsing", "printing", "full", "visit-mut", ] default-features = false [dev-dependencies.quote] version = "^1.0.0"