raptorq/Cargo.toml

26 lines
414 B
TOML
Raw Normal View History

2019-01-23 06:53:23 +00:00
[package]
name = "raptorq"
description = "RaptorQ (RFC6330)"
license = "Apache-2.0"
2019-01-31 06:26:08 +00:00
version = "0.2.0"
2019-01-23 06:53:23 +00:00
authors = ["Christopher Berner <christopherberner@gmail.com>"]
[dependencies]
2019-01-24 06:30:19 +00:00
primal = "0.2"
2019-01-24 02:27:52 +00:00
[dev-dependencies]
criterion = "0.2"
rand = "0.6"
2019-01-24 02:27:52 +00:00
[[bench]]
name = "codec_benchmark"
harness = false
2019-01-30 07:12:21 +00:00
[[bin]]
name = "matrix_sparsity"
path = "src/bin_matrix_sparsity.rs"
2019-01-31 07:13:26 +00:00
test = false
2019-01-30 07:12:21 +00:00
[profile.release]
debug = true