tap 0.4.0

Generic extensions for tapping values in Rust
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]
name = "tap"
version = "0.4.0"
authors = ["Elliott Linder <elliott.darfink@gmail.com>", "Alexander Payne <appayne@outlook.com>"]
description = "Generic extensions for tapping values in Rust"
homepage = "https://github.com/darfink/tap-rs"
documentation = "https://docs.rs/tap"
readme = "README.md"
keywords = ["tap", "functional", "tap_ok", "tap_some"]
license = "MIT"
repository = "https://github.com/darfink/tap-rs"
[package.metadata.docs.rs]
features = ["future, nom3"]
[dependencies.futures]
version = "0.1.14"
optional = true

[dependencies.nom]
version = "3"
optional = true

[features]
default = []
future = ["futures"]
nom3 = ["nom"]