wrapc 0.1.6

A zero-fuss, type-safe 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 = "2024"
name = "wrapc"
version = "0.1.6"
authors = ["Ivan Chetchasov <vi.is.chapmann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A zero-fuss, type-safe parser for rustc arguments, designed for RUSTC_WRAPPER tools"
documentation = "https://vi-is-ramen.github.io/book/en/wrapc"
readme = "README.md"
keywords = [
    "rustc",
    "wrapper",
    "parser",
    "build",
    "tool",
]
categories = [
    "development-tools",
    "command-line-interface",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vi-is-ramen/wrapc"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

[dependencies.thiserror]
version = "2.0"