# 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.73" name = "slint-tr-extractor" version = "1.8.0" authors = ["Slint Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool used to update extract @tr string out of Slint files into gettext .po file" homepage = "https://slint.dev" readme = "README.md" keywords = [ "gui", "toolkit", "graphics", "design", "ui", ] categories = [ "gui", "command-line-utilities", "development-tools", ] license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0" repository = "https://github.com/slint-ui/slint" [[bin]] name = "slint-tr-extractor" path = "main.rs" [dependencies.chrono] version = "0.4.24" features = ["clock"] default-features = false [dependencies.clap] version = "4.0" features = [ "derive", "wrap_help", ] [dependencies.i-slint-compiler] version = "=1.8.0" features = [ "default", "display-diagnostics", ] default-features = false [dependencies.polib] version = "0.2" [dev-dependencies.itertools] version = "0.13"