[package] name = "verba" version = "0.5.1" authors = ["Christopher Burg "] edition = "2018" description = "A library for working with Latin words." license = "MIT" repository = "https://gitlab.hammerfistindustries.com/ChristopherBurg/rust-verba" [dependencies] criterion = "0.2" smallvec = "0.6.10" unicode-segmentation = "^1.2.1" unicode-normalization = "0.1.8" [[bench]] name = "regular_verb" harness = false [[bench]] name = "regular_noun" harness = false