# 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 = "tengwar" version = "1.1.0" authors = ["Yaulendil"] exclude = [ "/.idea", "*.sh", "*.txt", ] description = "Transliterate text into J.R.R. Tolkien's Tengwar." readme = "README.md" keywords = [ "text", "unicode", "tengwar", "quenya", "sindarin", ] categories = [ "command-line-utilities", "text-processing", ] license = "Apache-2.0" repository = "https://github.com/yaulendil/tengwar-rs" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.0.18" features = [ "cargo", "derive", "wrap_help", ] [dependencies.itertools] version = "0.11.0" [dependencies.serde] version = "1.0.147" features = ["derive"] optional = true [dependencies.unicode-normalization] version = "0.1.22" [features] csur = [] default = [] dots-standard = [] mode-custom = ["serde"]