raptorq/Cargo.toml
Christopher Berner 8c81e8bd71 Version 0.9.0
2019-03-23 21:27:36 -07:00

27 lines
463 B
TOML

[package]
name = "raptorq"
description = "RaptorQ (RFC6330)"
license = "Apache-2.0"
repository = "https://github.com/cberner/raptorq"
version = "0.9.0"
edition = "2018"
authors = ["Christopher Berner <christopherberner@gmail.com>"]
[dev-dependencies]
criterion = "0.2"
primal = "0.2"
rand = "0.6"
[[bench]]
name = "codec_benchmark"
harness = false
[[bench]]
name = "matrix_sparsity"
harness = false
[profile.release]
debug = true
[features]
benchmarking = []