# 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 = "persian-tools-cli" version = "1.0.1" include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "example-with-param.png", "example-with-stdin.png", ] description = "cli for rust-persian-tools crate" homepage = "https://crates.io/crates/persian-tools-cli" readme = "README.md" keywords = [ "iran", "persian", "farsi", "tools", "cli", ] categories = [ "localization", "text-processing", "internationalization", "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/ali77gh/PersianToolsCli" [profile.release] opt-level = 3 lto = false codegen-units = 1 overflow-checks = false [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.rust-persian-tools] version = "1.1.3"