syn-inline-mod 0.7.0

Inlines modules in Rust source code for source analysis
Documentation
# 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.7.0"
authors = ["Ted Driggs <tdriggs@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "syn_inline_mod"
path = "src/lib.rs"

[[test]]
name = "resolver"
path = "tests/resolver.rs"

[dependencies.proc-macro2]
version = "^1.0.0"
features = ["span-locations"]
default-features = false

[dependencies.syn]
version = "^3.0.0"
features = [
    "parsing",
    "printing",
    "full",
    "visit-mut",
]
default-features = false

[dev-dependencies.quote]
version = "^1.0.0"