[dependencies.getopts]
version = "^0.2"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[package]
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.2.0"