summaryrefslogtreecommitdiffstats
path: root/mqtt-tester/Cargo.toml
AgeCommit message (Expand)Author
2023-01-23Bump async-trait from 0.1.61 to 0.1.63dependabot[bot]
2023-01-19Add tracing instrumentationMatthias Beyer
2023-01-18Add logging via tracingMatthias Beyer
2023-01-16Merge #135 #136 #137bors[bot]
2023-01-16Bump nom from 7.1.2 to 7.1.3dependabot[bot]
2023-01-16Bump clap from 4.0.32 to 4.1.1dependabot[bot]
2023-01-11Add Flow interfaceMatthias Beyer
2023-01-09Assert that Output: SendMatthias Beyer
2023-01-09Bump tokio from 1.23.0 to 1.24.1dependabot[bot]
2023-01-09Bump textwrap from 0.15.2 to 0.16.0dependabot[bot]
2023-01-05Bump version to 0.4.0Marcel Müller
2023-01-04Add check: First packet send by client is CONNECTMatthias Beyer
2023-01-02Use MPacketKind instead of hand-writing bytesMatthias Beyer
2023-01-02Add pretty output to report resultsMarcel Müller
2023-01-02Add rudimentary MQTT packet parsing to CommandsMarcel Müller
2023-01-02Add testing of invalid UTF-8 bytesMarcel Müller
2023-01-02Make tests being executed in parallelMatthias Beyer
2023-01-02Make test executable run async with tokioMatthias Beyer
2023-01-02Add mqtt-testing libraryMarcel Müller