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
# 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 = "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"