# 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-common" version = "1.8.0" authors = ["Slint Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper crate for sharing code & data structures between i-slint-core and slint-compiler" homepage = "https://slint.dev" documentation = "https://slint.dev/docs" 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_common" path = "lib.rs" [dependencies.cfg-if] version = "1" optional = true [dependencies.derive_more] version = "0.99.17" optional = true [dependencies.fontdb] version = "0.18.0" optional = true default-features = false [features] default = [] shared-fontdb = [ "dep:fontdb", "dep:libloading", "derive_more", "cfg-if", ] [target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios", target_arch = "wasm32", target_os = "android")))'.dependencies.libloading] version = "0.8.0" optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.fontdb] version = "0.18.0" optional = true default-features = true