correlationvector-rust 0.2.0

A rust implementation of the Correlation Vector
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "correlationvector-rust"
version = "0.2.0"
edition = "2018"
license = "MIT"
description = "A rust implementation of the Correlation Vector"
repository = "https://github.com/TransientError/CorrelationVector-rust"
keywords = ["tracing"]
readme = "Readme.md"

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

[dependencies]
base64 = "0.13.0"
rand = "0.8.5"
thiserror = "1.0.31"
uuid = { version = "1.0.0", features = ["v4"] }