raptorq/Cargo.toml

23 lines
398 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-23 20:37:02 +00:00
version = "0.8.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>"]
[dependencies]
2019-01-24 06:30:19 +00:00
primal = "0.2"
rand = "0.6"
2019-01-24 02:27:52 +00:00
[dev-dependencies]
criterion = "0.2"
[[bench]]
name = "codec_benchmark"
harness = false
[profile.release]
debug = true