raptorq/Cargo.toml
Christopher Berner d7c583c6cd Version 0.8.0
2019-03-23 13:37:02 -07:00

23 lines
398 B
TOML

[package]
name = "raptorq"
description = "RaptorQ (RFC6330)"
license = "Apache-2.0"
repository = "https://github.com/cberner/raptorq"
version = "0.8.0"
edition = "2018"
authors = ["Christopher Berner <christopherberner@gmail.com>"]
[dependencies]
primal = "0.2"
rand = "0.6"
[dev-dependencies]
criterion = "0.2"
[[bench]]
name = "codec_benchmark"
harness = false
[profile.release]
debug = true