summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: bad0e1ce301c3b65a99831c369f1287aa87f5978 (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"
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"

documentation = "https://matthiasbeyer.github.io/filters/filters/index.html"
repository    = "https://github.com/matthiasbeyer/filters"

[dependencies]

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