# 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-minify" version = "0.5.0" publish = true description = "A cargo utility to automatically remove unused code from a Rust project." homepage = "https://github.com/tweedegolf/cargo-minify" readme = "README.md" categories = ["development-tools:cargo-plugins"] license = "Apache-2.0 OR MIT" repository = "https://github.com/tweedegolf/cargo-minify" [[example]] name = "useless" [dependencies.cargo_metadata] version = "0.17" [dependencies.diff] version = "0.1.13" [dependencies.git2] version = "0.17" [dependencies.glob-match] version = "0.2.1" [dependencies.gumdrop] version = "0.8" [dependencies.multimap] version = "0.9" [dependencies.nu-ansi-term] version = "0.49.0" [dependencies.proc-macro2] version = "1.0.66" features = ["span-locations"] [dependencies.syn] version = "2.0.28" features = ["full"] [dependencies.thiserror] version = "1.0.44"