[package]
edition = "2021"
name = "rustyphoenixrequest"
version = "1.5.0"
authors = [
"Pierre Aubert <pierre.aubert@lapp.in2p3.fr>",
"Thibaut OPRINSEN <thibaut.oprinsen@lapp.in2p3.fr>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This library provides methods to mock request API. This is the Rust equivalent of https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/network/PhoenixRequest"
homepage = "https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/network/RustyPhoenixRequest/index.html"
readme = "README.md"
keywords = [
"phoenix",
"mock",
"request",
"datastream",
]
license = "CECILL-C"
repository = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/network/RustyPhoenixRequest"
[lib]
name = "rustyphoenixrequest"
path = "src/lib.rs"
[dependencies.rustyphoenixgenericmock]
version = "1.8.0"