# 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 = "IndicScriptSwap" version = "0.6.0" description = "This is a tool to help transliterate between various indic scripts. It is not ready yet and has many issues. If you encounter any issues, please contact me (https://github.com/mssrprad/transliterate-ferris/tree/cli or pradyumna.malladi2003@gmail.com)" homepage = "https://github.com/mssrprad/transliterate-ferris/tree/cli" readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/mssrprad/transliterate-ferris/tree/cli" [profile.release] opt-level = 3 debug = 1 incremental = true [lib] name = "IndicScriptSwap" path = "src/lib.rs" [[bin]] name = "IndicScriptSwap" path = "src/main.rs" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1" [badges.maintenance] status = "actively-developed"