slint-tr-extractor 1.15.1

Tool used to update extract @tr string out of Slint files into gettext .po file
# 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 = "2024"
rust-version = "1.88"
name = "slint-tr-extractor"
version = "1.15.1"
authors = ["Slint Developers <info@slint.dev>"]
build = false
autolib = 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.15.1"
features = [
    "default",
    "display-diagnostics",
]
default-features = false

[dependencies.rspolib]
version = "0.1.2"

[dependencies.smol_str]
version = "0.3.1"

[dev-dependencies.itertools]
version = "0.14"