codec_sv2 0.1.4

Sv2 data format
Documentation
[package]
name = "codec_sv2"
version = "0.1.4"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "Sv2 data format"
license = "MIT"

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

[dependencies]
serde = { version = "1.0.89", default-features = false, optional = true }
framing_sv2 = { version = "0.1.*", path = "../../../protocols/v2/framing-sv2" }
noise_sv2 = { version = "0.1.*", path = "../../../protocols/v2/noise-sv2", optional=true}
binary_sv2 = { version = "0.1.*", path = "../../../protocols/v2/binary-sv2/binary-sv2" }
const_sv2 = { version = "0.1.*", path = "../../../protocols/v2/const-sv2"}


[features]
with_serde = ["binary_sv2/with_serde", "serde", "framing_sv2/with_serde"]