# 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 = "rust_source_bundler" version = "0.2.2" description = "Library to bundle local Rust library source files into a single file" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/adam-bates/rust_source_bundler" [dependencies.anyhow] version = "1.0.62" [dependencies.quote] version = "1.0.21" [dependencies.rust-format] version = "0.3.4" features = ["token_stream"] [dependencies.syn] version = "1.0.99" features = [ "full", "visit-mut", ]