cargo-deb 1.18.0

Make Debian packages (.deb) easily with a Cargo subcommand
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "cargo-deb"
version = "1.18.0"
authors = ["Michael Aaron Murphy <mmstickman@gmail.com>", "Kornel Lesiński <kornel@geekhood.net>"]
description = "Make Debian packages (.deb) easily with a Cargo subcommand"
homepage = "https://github.com/mmstick/cargo-deb#readme"
documentation = "https://docs.rs/cargo-deb"
readme = "README.md"
keywords = ["cargo", "subcommand", "deb", "debian", "package"]
categories = ["command-line-utilities", "development-tools::cargo-plugins", "development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/mmstick/cargo-deb"
[package.metadata.deb]
assets = [["target/release/cargo-deb", "usr/bin/", "755"], ["README.md", "usr/share/doc/cargo-deb/README", "644"]]
copyright = "2016-2017, Michael Aaron Murphy, Kornel Lesiński"
depends = "$auto"
extended-description = "A simple subcommand for the Cargo package manager for building Debian packages from Rust projects."
license-file = ["LICENSE", "5"]
maintainer = "Michael Aaron Murphy <mmstickman@gmail.com>"
priority = "optional"
section = "utility"
[profile.release]
opt-level = 3
lto = true

[lib]
name = "cargo_deb"
path = "src/lib.rs"
doc = true

[[bin]]
name = "cargo-deb"
path = "src/main.rs"
doc = false
[dependencies.ar]
version = "0.6.0"

[dependencies.cargo_toml]
version = "0.6.0"

[dependencies.getopts]
version = "0.2.18"

[dependencies.glob]
version = "0.2.11"

[dependencies.md5]
version = "0.6.0"

[dependencies.quick-error]
version = "1.2.2"

[dependencies.rayon]
version = "1.0.3"

[dependencies.serde]
version = "1.0.77"

[dependencies.serde_derive]
version = "1.0.11"

[dependencies.serde_json]
version = "1.0.2"

[dependencies.tar]
version = "0.4.16"

[dependencies.toml]
version = "0.4.4"

[dependencies.xz2]
version = "0.1.6"
optional = true

[dependencies.zopfli]
version = "0.4.0"
[dev-dependencies.tempdir]
version = "0.3.6"

[features]
default = ["lzma"]
lzma = ["xz2"]
[badges.travis-ci]
repository = "mmstick/cargo-deb"