cargo-merge 0.2.0

A cargo subcommand to merge the source code of a crate into a single file.
Documentation
[dependencies.colored]
version = "2.0.0"

[dependencies.log]
version = "0.4.14"

[dependencies.regex]
version = "1.4.3"

[dependencies.serde]
version = "1.0.123"

[dependencies.serde_derive]
version = "1.0.123"

[dependencies.simple-logging]
version = "2.0"

[dependencies.structopt]
version = "0.3.21"

[dependencies.toml]
version = "0.5.8"

[package]
authors = ["Julien Faixo <julien@faixo.me>"]
categories = ["development-tools::cargo-plugins", "command-line-utilities"]
description = "A cargo subcommand to merge the source code of a crate into a single file."
documentation = "https://gitlab.com/jfaixo/cargo-merge"
edition = "2018"
homepage = "https://gitlab.com/jfaixo/cargo-merge"
keywords = ["cargo", "merge", "competitive", "codingame"]
license = "MIT"
name = "cargo-merge"
readme = "../README.md"
repository = "https://gitlab.com/jfaixo/cargo-merge.git"
version = "0.2.0"