wrapc 0.1.1-2

A zero-fuss parser for rustc arguments, designed for RUSTC_WRAPPER tools
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 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 = "wrapc"
version = "0.1.1-2"
authors = ["Ivan Chetchasov <vi.is.chapmann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A zero-fuss parser for rustc arguments, designed for RUSTC_WRAPPER tools"
documentation = "https://docs.rs/wrapc"
readme = "README.md"
keywords = [
    "rustc",
    "wrapper",
    "parser",
    "build",
    "tool",
]
categories = [
    "development-tools",
    "command-line-interface",
]
license = "MIT"
repository = "https://gitlab.com/viraven/wrapc"

[badges.gitlab]
repository = "viraven/wrapc"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

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

[dependencies.thiserror]
version = "1.0"