summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5dad074315543e5c2885638fc48b3663f2907e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name    = "filters"
version = "0.4.0"
edition = "2021"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
           "Marcel Müller <neikos@neikos.email>" ]

description   = "Build filters/predicates with the builder pattern"
keywords      = ["iterator", "filter", "builder", "util"]
categories    = ["rust-patterns"]
readme        = "./README.md"
license       = "MPL-2.0"
repository    = "https://git.beyermatthi.as/filters"


[dependencies]

[features]
unstable-filter-as-fn = []