raptorq/Cargo.toml

32 lines
516 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-02-13 01:45:58 +00:00
version = "0.5.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"
petgraph = "0.4"
rand = "0.6"
2019-01-24 02:27:52 +00:00
[dev-dependencies]
criterion = "0.2"
[[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
[[bin]]
name = "encode_benchmark"
path = "src/bin_encode_benchmark.rs"
test = false
[profile.release]
debug = true