[package]
edition = "2021"
name = "rustyphoenixcheckstream"
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 library provides a way to check if two values or two classes are the same of not. This is the equivalement of the C++ [PhoenixCheckStream](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/serialize-io/RustyPhoenixCheckStream)."
homepage = "https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/serialize-io/RustyPhoenixCheckStream/index.html"
readme = "README.md"
keywords = [
"phoenix",
"checkstream",
"mock",
]
license = "CECILL-C"
repository = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/serialize-io/RustyPhoenixCheckStream"
[lib]
name = "rustyphoenixcheckstream"
path = "src/lib.rs"
[dependencies.rustyphoenixcheckstreamderive]
version = "1.4.0"