summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 495c3f1f5ec0bbb0a290b1d7867affba90033026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name    = "filters"
version = "0.4.0"
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 = []