# 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 = "lngcnv" version = "1.10.0" authors = ["Piotr Bajdek "] description = "linguistics: display pronunciation, translate between dialects, convert between orthographies; support for multiple languages: English, Latin, Polish, Quechua, Spanish, Tikuna" readme = "README.md" keywords = [ "linguistics", "phonetics", "speech", "spelling", "text-processing", ] categories = [ "command-line-utilities", "text-processing", "algorithms", ] license = "MIT" repository = "https://github.com/piotrbajdek/lngcnv" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/lngcnv" mode = "755" source = "target/release/lngcnv" [profile.release] strip = true