# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "bundler" version = "0.1.1" authors = ["Slava Shklyaev "] description = "Creates a single-source-file version of a Cargo package." homepage = "https://github.com/slava-sh/rust-bundler" documentation = "https://docs.rs/bundler" readme = "README.md" keywords = ["single-file", "bundle", "merge", "expand", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/slava-sh/rust-bundler" [[bin]] name = "bundle" path = "src/main.rs" [dependencies.quote] version = "0.5.1" [dependencies.rustfmt] version = "0.10.0" [dependencies.syn] version = "0.13.1" features = ["full", "extra-traits", "visit-mut"] [dependencies.toml] version = "0.4.6" [dev-dependencies.goldenfile] version = "0.5.1" [badges.codecov] repository = "slava-sh/rust-bundler" [badges.travis-ci] repository = "slava-sh/rust-bundler"