Files
Notes/notes-service/vendor/tap/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

31 lines
552 B
TOML

[package]
authors = [
"Elliott Linder <elliott.darfink@gmail.com>",
"myrrlyn <self@myrrlyn.dev>",
]
categories = [
"no-std",
"rust-patterns",
]
description = "Generic extensions for tapping values in Rust"
documentation = "https://docs.rs/tap"
homepage = "https://github.com/myrrlyn/tap"
include = [
"Cargo.toml",
"README.md",
"LICENSE.txt",
"src/**/*.rs",
]
keywords = [
"tap",
"pipe",
"functional",
"tap_ok",
"tap_some",
]
license = "MIT"
name = "tap"
readme = "README.md"
repository = "https://github.com/myrrlyn/tap"
version = "1.0.1"