ancpp 0.1.2

A C preprocessor compliant with C23 standard implemented in Rust.
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 = "ancpp"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A C preprocessor compliant with C23 standard implemented in Rust."
homepage = "https://github.com/hemashushu/xiaoxuan-c-preprocessor"
readme = "README.md"
keywords = [
    "c",
    "preprocessor",
    "cpp",
    "c23",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MPL-2.0"
repository = "https://github.com/hemashushu/xiaoxuan-c-preprocessor"

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

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.hexfloat2]
version = "0.2.0"

[dependencies.pretty_assertions]
version = "1.4.1"

[dependencies.unicode-normalization]
version = "0.1.25"