raptorq/Cargo.toml
Christopher Berner 3be6c672f4 Version 0.5.0
2019-02-12 17:45:58 -08:00

27 lines
431 B
TOML

[package]
name = "raptorq"
description = "RaptorQ (RFC6330)"
license = "Apache-2.0"
version = "0.5.0"
authors = ["Christopher Berner <christopherberner@gmail.com>"]
[dependencies]
primal = "0.2"
petgraph = "0.4"
[dev-dependencies]
criterion = "0.2"
rand = "0.6"
[[bench]]
name = "codec_benchmark"
harness = false
[[bin]]
name = "matrix_sparsity"
path = "src/bin_matrix_sparsity.rs"
test = false
[profile.release]
debug = true