[dependencies.hashish]
version = "0.0.1"
[[example]]
name = "analysis"
path = "examples/analysis.rs"
[[example]]
name = "numeric"
path = "examples/numeric.rs"
[[example]]
name = "string"
path = "examples/string.rs"
[lib]
name = "matchete"
path = "src/lib.rs"
[package]
authors = ["Ali Aghaahmadi <itsaliaghaahmadi@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parsing"]
description = "A fast and flexible matcher for comparing and diffing data structures."
edition = "2021"
keywords = ["matcher", "cmp", "data", "pattern", "rust"]
license = "MIT OR Apache-2.0"
name = "matchete"
readme = "README.md"
version = "0.0.13"