1[package]
2authors = [
3	"Elliott Linder <elliott.darfink@gmail.com>",
4	"myrrlyn <self@myrrlyn.dev>",
5]
6categories = [
7	"no-std",
8	"rust-patterns",
9]
10description = "Generic extensions for tapping values in Rust"
11documentation = "https://docs.rs/tap"
12homepage = "https://github.com/myrrlyn/tap"
13include = [
14	"Cargo.toml",
15	"README.md",
16	"LICENSE.txt",
17	"src/**/*.rs",
18]
19keywords = [
20	"tap",
21	"pipe",
22	"functional",
23	"tap_ok",
24	"tap_some",
25]
26license = "MIT"
27name = "tap"
28readme = "README.md"
29repository = "https://github.com/myrrlyn/tap"
30version = "1.0.1"
31