# 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 = "i-slint-backend-testing" version = "1.8.0" authors = ["Slint Developers "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "OpenGL rendering backend for Slint" homepage = "https://slint.dev" readme = "README.md" 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" [lib] name = "i_slint_backend_testing" path = "lib.rs" [[test]] name = "click" path = "tests/click.rs" [dependencies.async-net] version = "2.0.0" optional = true [dependencies.byteorder] version = "1.5.0" optional = true [dependencies.futures-lite] version = "2.3.0" optional = true [dependencies.generational-arena] version = "0.2.9" optional = true [dependencies.i-slint-core] version = "=1.8.0" features = ["std"] default-features = false [dependencies.image] version = "0.24" features = [ "png", "jpeg", "png", ] optional = true default-features = false [dependencies.quick-protobuf] version = "0.8.1" optional = true [dependencies.vtable] version = "0.2" default-features = false [dev-dependencies] [build-dependencies.pb-rs] version = "0.10.0" optional = true default-features = false [features] ffi = [] internal = [] system-testing = [ "quick-protobuf", "pb-rs", "generational-arena", "async-net", "futures-lite", "byteorder", "image", ]