# 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" rust-version = "1.64" name = "repackage" version = "0.1.2" authors = ["Jon Gjengset "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An infernal tool to repackage a .crate file under another name" readme = "README.md" keywords = [ "packaging", "crate", "rename", ] categories = [ "development-tools::build-utils", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/repackage" [lib] name = "repackage" path = "src/lib.rs" [[bin]] name = "repackage" path = "src/main.rs" [[test]] name = "crates" path = "tests/crates.rs" [dependencies.anyhow] version = "1" [dependencies.cargo_toml] version = "0.15" [dependencies.flate2] version = "1.0.3" features = ["zlib"] default-features = false [dependencies.tar] version = "0.4.32" default-features = false [dependencies.toml] version = "0.7"