raptorq/Cargo.toml
Christopher Berner a0d5f0b30c Version 1.1.0
2020-01-19 11:10:46 -08:00

39 lines
644 B
TOML

[package]
name = "raptorq"
description = "RaptorQ (RFC6330)"
license = "Apache-2.0"
repository = "https://github.com/cberner/raptorq"
version = "1.1.0"
edition = "2018"
authors = ["Christopher Berner <christopherberner@gmail.com>"]
[dependencies]
serde = {version = "1.0.102", features=["std", "derive"]}
[dev-dependencies]
criterion = "0.3"
primal = "0.2"
rand = "0.7"
[[bench]]
name = "codec_benchmark"
harness = false
[[bench]]
name = "matrix_sparsity"
harness = false
[[bench]]
name = "encode_benchmark"
harness = false
[[bench]]
name = "decode_benchmark"
harness = false
[profile.release]
debug = true
[features]
benchmarking = []