# 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-updater" version = "1.8.0" authors = ["Slint Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool used to update .slint files from previous versions" homepage = "https://slint.dev" documentation = "https://slint.dev/docs" readme = "README.md" keywords = [ "gui", "toolkit", "graphics", "design", "ui", ] categories = [ "gui", "development-tools", "command-line-utilities", ] 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-updater" path = "main.rs" [dependencies.by_address] version = "1.0.4" [dependencies.clap] version = "4.0" features = [ "derive", "wrap_help", ] [dependencies.codemap] version = "0.1" [dependencies.codemap-diagnostic] version = "0.1.1" [dependencies.i-slint-compiler] version = "=1.8.0" features = [ "default", "display-diagnostics", ] default-features = false [dependencies.spin_on] version = "0.1"