rustyphoenixsocketmock 1.7.0

This is the mock extension of `rusty_phoenix_socket` the Rust version of https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/network/PhoenixSocket project. This project aims to ease the use of socket in complex environments, especially distributed environments where latencies measurement has to be precise and reproductible when running unit tests. **rustyphoenixsocketmock** provides : - A mock backend, **PMockBackend**, which can play, register and replay a sequence of socket calls (send/recv)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "proc-macro2"
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "rustyphoenixdatastream"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c564f128ccafb5d488f93923a2398f2163fd942ea0d8d8e0538c249bb8eeb424"
dependencies = [
 "rustyphoenixdatastreamderive",
]

[[package]]
name = "rustyphoenixdatastreamderive"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f96f40c7e8edb14423c5b870f5572688ffd98543c0eb9c68be4c81468403929"
dependencies = [
 "syn",
]

[[package]]
name = "rustyphoenixgenericmock"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aa65630446b21884605a6baa3bf6cd3efe2eca8d9ea5c717d3e63aa2e1c3032"
dependencies = [
 "rustyphoenixdatastream",
]

[[package]]
name = "rustyphoenixsocket"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bac79cc94407269ad2d1e5bdb66bdd492ab1066151d88b62276218658ca6bc9"
dependencies = [
 "rustyphoenixdatastream",
]

[[package]]
name = "rustyphoenixsocketmock"
version = "1.7.0"
dependencies = [
 "rustyphoenixdatastream",
 "rustyphoenixgenericmock",
 "rustyphoenixsocket",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"