summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 4097e30199af990d78a4727748afe1ba2233c014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "filters"
version = "0.1.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"]
readme        = "./README.md"
license       = "LGPL-2.1"

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

[dependencies]

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