replacing-buf-stream 0.1.0

A tower-web BufStream which replaces found substrings.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "replacing-buf-stream"
version = "0.1.0"
authors = ["Daniel Wagner-Hall <dawagner@gmail.com>"]
exclude = ["testdata/**/*"]
description = "A tower-web BufStream which replaces found substrings."
license = "BSD-3-Clause"
repository = "https://github.com/illicitonion/cargo-serve-doc"
[dependencies.bytes]
version = "0.4.11"

[dependencies.futures]
version = "0.1.16"

[dependencies.tower-web]
version = "0.3.7"
[dev-dependencies.tokio]
version = "0.1.17"

[dev-dependencies.tokio-fs]
version = "0.1.5"
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
branch = "master"
repository = "illicitonion/cargo-serve-doc"