[package] name = "like" version = "0.3.1" authors = ["David Li "] edition = "2018" readme = "README.md" license = "Apache-2.0" description = "A SQL like style pattern matching." keywords = ["like", "pattern", "matching"] repository = "https://github.com/cod-technologies/like.git" homepage = "https://github.com/cod-technologies/like" documentation = "https://docs.rs/like/" [dev-dependencies] bencher = "0.1.5" [[bench]] name = "like" harness = false