# 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 = "2018" name = "cargo-local-install" version = "0.1.12" authors = ["MaulingMonkey "] exclude = [ ".cargo", ".vscode", "scripts", "target", "test", ] description = "Wraps `cargo install` for better local, non-conflicting installation" documentation = "https://docs.rs/cargo-local-install/" readme = "Readme.md" keywords = [ "cargo", "install", ] categories = ["development-tools::cargo-plugins"] license = "Apache-2.0 OR MIT" repository = "https://github.com/MaulingMonkey/cargo-local-install.git" [dependencies.serde] version = "1" optional = true [dependencies.toml] version = "0.5" optional = true [features] default = ["manifest"] manifest = [ "serde", "toml", ]