circular/Cargo.toml

21 lines
393 B
TOML
Raw Permalink Normal View History

2017-05-04 20:31:37 +01:00
[package]
name = "circular"
2019-06-28 13:54:33 +01:00
version = "0.3.0"
2017-05-04 20:31:37 +01:00
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>"]
2017-05-04 20:34:16 +01:00
description = "A stream abstraction designed for use with nom"
license = "MIT"
repository = "https://github.com/sozu-proxy/circular"
readme = "README.md"
include = [
"LICENSE",
"README.md",
".gitignore",
".travis.yml",
"Cargo.toml",
"src/*.rs",
]
2017-05-04 20:31:37 +01:00
[dependencies]
2024-11-10 14:41:28 +00:00
bytes = "1.8.0"