transfer-progress 0.1.2

Easily monitor the transfer of bytes from a reader to a writer
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "transfer-progress"
version = "0.1.2"
authors = ["Michael Connor Buchan <mikey@blindcomputing.org"]
description = "Easily monitor the transfer of bytes from a reader to a writer"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/mcb2003/transfer-progress-rs"
[dependencies.bytesize]
version = "1.1.0"
optional = true

[dependencies.progress-streams]
version = "1.1.0"

[features]
default = ["bytesize"]