6 releases (breaking)

0.6.0 Feb 19, 2020
0.5.0 Jan 22, 2019
0.4.0 Sep 26, 2018
0.3.0 Apr 5, 2018
0.1.0 Feb 28, 2017

#1118 in Development tools

37 downloads per month
Used in cargo-pack-docker

MIT/Apache

8KB
109 lines

https://docs.rs/cargo-pack/badge.svg Build Status

cargo-pack

An infrastructure library for cargo-packers.

cargo-packers help you to package your applications into various formats to deploy.

name description
cargo-pack-docker pack into a docker image

lib.rs:

an infrastructure library for 'cargo-pack'ers. This crate provides only common features of packers, currently, files to package. Currently, you can write these metadata in Cargo.toml:

[package.metadata.pack]
# Not used for now. Reserved for future use
default-packers = ["docker"]
# files to pack in addition to binaries
files = ["README.md"]

Dependencies

~1–1.8MB
~40K SLoC