directcpp-macro 0.1.14

Direct call cpp from Rust (proc-macro)
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"
rust-version = "1.76"
name = "directcpp-macro"
version = "0.1.14"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Direct call cpp from Rust (proc-macro)"
homepage = "https://github.com/swigger/directcpp"
readme = "README.md"
keywords = [
    "ffi",
    "c++",
    "cpp",
]
categories = [
    "development-tools::ffi",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/swigger/directcpp"

[lib]
name = "directcpp_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.proc-macro2]
version = "1.0.79"

[dependencies.quote]
version = "1.0.35"

[dependencies.regex]
version = "1.10.4"

[dependencies.syn]
version = "2.0.58"

[build-dependencies.cc]
version = "1.0.83"