# 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-arch" version = "0.1.5" authors = ["Chiu-Hsiang Hsu "] description = "Rust Arch Linux package packer" readme = "README.rst" keywords = ["cargo", "package"] license = "Apache-2.0" repository = "https://github.com/wdv4758h/cargo-arch/" resolver = "2" [package.metadata.arch] arch = ["x86_64"] [profile.release] lto = true [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.17" features = ["derive"] [dependencies.serde] version = "1.0.137" features = ["std", "derive"] [dependencies.toml] version = "0.5.9"