[package]
edition = "2021"
name = "rustyphoenixcheckstreamderive"
version = "1.4.0"
authors = ["Pierre Aubert <pierre.aubert@lapp.in2p3.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This C++ library provides functions to check data easily. Adding type can be done be defining only one function per extra type you wan to use ! This is the Rust equivalent of https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/serialize-io/PhoenixCheckStream"
homepage = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/serialize-io/RustyPhoenixCheckStreamDerive.git"
readme = "README.md"
keywords = [
"phoenix",
"checkstream",
]
license = "CECILL-C"
repository = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/serialize-io/RustyPhoenixCheckStreamDerive"
[lib]
name = "rustyphoenixcheckstreamderive"
path = "src/lib.rs"
proc-macro = true
[dependencies.syn]
version = "^2.0.0"
features = [
"derive",
"extra-traits",
]