# 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-reg" version = "0.1.1" authors = ["Evgen Druzhynin "] description = "This extends Cargo to allow you to manage alternative regestries by modifying your `.cargo/config` file from the command line." homepage = "https://github.com/dethoter/cargo-reg" documentation = "https://github.com/dethoter/cargo-reg" readme = "README.md" keywords = ["cargo", "cargo-subcommand", "cli", "registries", "alternative"] categories = ["development-tools", "development-tools::cargo-plugins"] license = "Apache-2.0/MIT" repository = "https://github.com/dethoter/cargo-reg" [profile.release] lto = true [[bin]] name = "cargo-reg" path = "src/bin/main.rs" [dependencies.clap] version = "2.31.2" [dependencies.console] version = "0.6.1" [dependencies.failure] version = "0.1.1" [dependencies.toml_edit] version = "0.1.1" [dependencies.url] version = "1.6.0" [dev-dependencies.pretty_assertions] version = "0.2.1"