rsmemgen 0.1.0

Rust Memory Leak check library code generation for inline or inline(never)
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 = "rsmemgen"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Rust Memory Leak check library code generation for inline or inline(never)
"""
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/jeppeter/rsmemchk"

[features]
debug_mode = []
rsmemchk_mode = []

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

[dependencies.bytes]
version = "^0.5.3"

[dependencies.chrono]
version = "^0.4.0"

[dependencies.lazy_static]
version = "^1.4.0"

[dependencies.proc-macro2]
version = "1.0.32"
default-features = false

[dependencies.quote]
version = "^1.0.40"

[dependencies.rand]
version = "^0.8.5"

[dependencies.regex]
version = "^1"

[dependencies.syn]
version = "^2"
features = [
    "full",
    "parsing",
]