summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: bf122693407a69a2768c638157108f882a7c8ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "matches"
version = "0.1.9"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MIT"
repository = "https://github.com/SimonSapin/rust-std-candidates"
description = "A macro to evaluate, as a boolean, whether an expression matches a pattern."
documentation = "https://docs.rs/matches/"

[lib]
name = "matches"
path = "lib.rs"