summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: f5e3c44995c65566fddf8838b38da5caa0bb4324 (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.3.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 = []