rustyphoenixcheckstreamderive 1.4.0

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
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 = "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",
]