prosa-macros 0.4.1

ProSA macros
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 = "prosa-macros"
version = "0.4.1"
authors = [
    "Jeremy HERGAULT <jeremy.hergault@worldline.com>",
    "Anthony THOMAS <anthony.thomas@worldline.com>",
    "Olivier SCHYNS <olivier.schyns@worldline.com>",
    "Rene-Louis EYMARD <rene-louis.eymard@worldline.com>",
]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "*assets/*",
    "COPYRIGHT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ProSA macros"
homepage = "https://worldline.com/"
readme = false
license = "LGPL-3.0-or-later"
repository = "https://github.com/worldline/ProSA"
resolver = "2"

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

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.prosa-utils]
version = "0.4.1"
features = ["msg"]