# 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 = "ranting" version = "0.2.1" authors = ["Roel Kluin "] description = "Linguistic formatting placeholder extensions for rust" homepage = "https://github.com/RoelKluin/ranting.rs" documentation = "https://docs.rs/ranting/0.2.1/ranting/" readme = "README.md" keywords = [ "placeholder", "inflection", "verbs", "nouns", "indefinite-article", ] categories = [ "text-processing", "template-engine", ] license-file = "LICENSE.txt" repository = "https://github.com/RoelKluin/ranting.rs" [dependencies.document-features] version = "0.2" [dependencies.english-numbers] version = "0.3" [dependencies.in_definite] version = "0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.ranting_derive] version = "=0.2.1" default-features = false [dependencies.regex] version = "1.6.0" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [features] debug = ["ranting_derive/debug"] default = ["ranting_derive/default"]