# 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" rust-version = "1.64.0" name = "decompound" version = "0.3.0" authors = ["Alex Povel "] include = [ "README.md", "LICENSE", "Cargo.toml", "src", ] description = "Decompose a compound word into its constituent parts. Works in any language, as you provide the rules around what constitutes a (*single*) word." documentation = "https://docs.rs/decompound" readme = "README.md" keywords = [ "dictionary", "compound", "word", "detection", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/alexpovel/decompound" [dependencies.bitflags] version = "2.4.0" [dependencies.log] version = "0.4.19" [dependencies.unicode_titlecase] version = "2.2.0" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.rstest] version = "0.18.1"