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-20 02:37:15 +00:00
version = "0.6.1"
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
[profile.release]
debug = true