# 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.57" name = "translitrs" version = "0.2.2" authors = ["Filip Parag "] include = ["/src"] description = "Transliteration utility for Serbian language" readme = "README.md" keywords = [ "transliteration", "filter", "text", "pandoc", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/filiparag/translitRS" [lib] name = "translitrs" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4" [dependencies.pandoc_ast] version = "0.8" optional = true [dependencies.regex] version = "1.7" [dependencies.subslice] version = "0.2" [features] default = [] pandoc = ["dep:pandoc_ast"]