# 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 = "2018" name = "isixhosa" version = "0.3.1" authors = ["Restioson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to help process text in isiXhosa" documentation = "https://docs.rs/isixhosa" readme = "README.md" keywords = [ "isixhosa", "xhosa", "language", ] license = " GPL-3.0-or-later" repository = "https://github.com/isixhosa-click/isixhosa" [lib] name = "isixhosa" path = "src/lib.rs" [dependencies.num_enum] version = "0.7.2" optional = true [dependencies.serde] version = "1" optional = true [dependencies.unicode-normalization] version = "0.1.19" [features] with-num_enum-0_7 = ["num_enum"] with-serde-1 = ["serde"]