[package] name = "weighted-regexp" description = "Rust port of 'A Play on Regular Expressions'" version = "0.1.0" authors = ["Jamey Sharp "] repository = "https://github.com/jameysharp/weighted-regexp-rs" readme = "README.md" license = "BSD-2-Clause" [dependencies] num-traits = "0.1" [dev-dependencies] quickcheck = "0.2" quickcheck_macros = "0.2"