# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "indefinite" version = "0.1.8" authors = ["Adrian Tombu "] include = [ "/src", "LICENSE.md", "README.md", ] description = "Prefix a noun with an indefinite article - a or an - based on whether it begins with a vowel" documentation = "https://docs.rs/indefinite/latest/indefinite/index.html" readme = "README.md" keywords = [ "article", "a", "an", "grammar", "noun", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/adriantombu/indefinite" [package.metadata.docs.rs] all-features = true [dependencies.regex] version = "1.9" [features] macros = []