cargo-edit 0.3.1

This extends Cargo to allow you to add and remove dependencies by modifying your `Cargo.toml` file from the command line. It contains `cargo add`, `cargo rm`, and `cargo upgrade`.
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 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 = "cargo-edit"
version = "0.3.1"
authors = ["Without Boats <lee@libertad.ucsd.edu>", "Pascal Hertleif <killercup@gmail.com>", "Sebastian Garrido <sebasgarcep@gmail.com>", "Jonas Platte <mail@jonasplatte.de>", "Benjamin Gill <git@bgill.eu>", "Andronik Ordian <write@reusable.software>"]
description = "This extends Cargo to allow you to add and remove dependencies by modifying your `Cargo.toml` file from the command line. It contains `cargo add`, `cargo rm`, and `cargo upgrade`."
homepage = "https://github.com/killercup/cargo-edit"
documentation = "https://github.com/killercup/cargo-edit/blob/master/README.md#available-subcommands"
readme = "README.md"
keywords = ["cargo", "cargo-subcommand", "cli", "dependencies", "crates"]
categories = ["development-tools", "development-tools::cargo-plugins"]
license = "Apache-2.0/MIT"
repository = "https://github.com/killercup/cargo-edit"

[[bin]]
name = "cargo-add"
path = "src/bin/add/main.rs"
required-features = ["add"]

[[bin]]
name = "cargo-rm"
path = "src/bin/rm/main.rs"
required-features = ["rm"]

[[bin]]
name = "cargo-upgrade"
path = "src/bin/upgrade/main.rs"
required-features = ["upgrade"]
[dependencies.atty]
version = "0.2"

[dependencies.cargo_metadata]
version = "0.6.0"

[dependencies.docopt]
version = "1.0"

[dependencies.env_proxy]
version = "0.2"

[dependencies.error-chain]
version = "0.12.0"

[dependencies.pad]
version = "0.1"

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.9"

[dependencies.semver]
version = "0.9"
features = ["serde"]

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.termcolor]
version = "1.0.4"

[dependencies.toml_edit]
version = "0.1.2"
[dev-dependencies.assert_cli]
version = "0.6"

[dev-dependencies.pretty_assertions]
version = "0.5"

[dev-dependencies.tempdir]
version = "0.3"

[features]
add = []
default = ["add", "rm", "upgrade"]
rm = []
test-external-apis = []
unstable = []
upgrade = []
[badges.appveyor]
repository = "killercup/cargo-edit"

[badges.travis-ci]
repository = "killercup/cargo-edit"