cargo-export 0.3.0

Utility to export compiler artifacts from cargo build process
Documentation
[[bin]]
name = "cargo-export"
path = "src/main.rs"

[dependencies.getopts]
version = "0.2.21"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dependencies.serde_json]
version = "1.0.108"

[dev-dependencies.proptest]
version = "1.4.0"

[dev-dependencies.trycmd]
version = "0.15.9"

[lib]
name = "cargo_export"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::cargo-plugins", "command-line-utilities", "development-tools::build-utils"]
description = "Utility to export compiler artifacts from cargo build process"
documentation = "https://github.com/bazhenov/cargo-export"
edition = "2021"
homepage = "https://github.com/bazhenov/cargo-export"
keywords = ["cli", "cargo", "build"]
license = "MIT"
name = "cargo-export"
readme = "README.md"
repository = "https://github.com/bazhenov/cargo-export"
version = "0.3.0"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "proptest"
path = "tests/proptest.rs"