rustyphoenixrequest 1.5.0

This library provides methods to mock request API. This is the Rust equivalent of https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/network/PhoenixRequest
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rustyphoenixrequest"
version = "1.5.0" # VERSION_PLACEHOLDER <--- do not remove this comment! It is used to update version with branch name in CI!
edition = "2021"
authors = ["Pierre Aubert <pierre.aubert@lapp.in2p3.fr>", "Thibaut OPRINSEN <thibaut.oprinsen@lapp.in2p3.fr>"]
keywords = ["phoenix", "mock", "request", "datastream"]
license = "CECILL-C"
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"
repository = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/network/RustyPhoenixRequest"
homepage = "https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/network/RustyPhoenixRequest/index.html"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustyphoenixgenericmock = "1.8.0"