raptorq/Cargo.toml

27 lines
463 B
TOML
Raw Normal View History

2019-01-23 06:53:23 +00:00
[package]
name = "raptorq"
description = "RaptorQ (RFC6330)"
license = "Apache-2.0"
repository = "https://github.com/cberner/raptorq"
2019-03-24 04:27:36 +00:00
version = "0.9.0"
2019-03-23 01:25:07 +00:00
edition = "2018"
2019-01-23 06:53:23 +00:00
authors = ["Christopher Berner <christopherberner@gmail.com>"]
2019-01-24 02:27:52 +00:00
[dev-dependencies]
criterion = "0.2"
primal = "0.2"
rand = "0.6"
2019-01-24 02:27:52 +00:00
[[bench]]
name = "codec_benchmark"
harness = false
2019-03-23 21:19:32 +00:00
[[bench]]
name = "matrix_sparsity"
harness = false
[profile.release]
debug = true
[features]
benchmarking = []