# 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 = "cargo-fetch2" version = "0.1.3" authors = ["Alec Mocatta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A replacement for `cargo fetch` that works. """ homepage = "https://github.com/alecmocatta/cargo-fetch2" documentation = "https://docs.rs/cargo-fetch2" readme = "README.md" keywords = [ "cargo", "fetch", "fetch2", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/alecmocatta/cargo-fetch2" [[bin]] name = "cargo-fetch2" path = "src/main.rs"