# 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" name = "zng-view-prebuilt" version = "0.12.8" authors = ["The Zng Project Developers"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_view_prebuilt" readme = "README.md" keywords = [ "gui", "ui", "user-interface", "zng", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/zng-ui/zng" [package.metadata.docs.rs] all-features = true [lib] name = "zng_view_prebuilt" path = "src/lib.rs" [dependencies.dunce] version = "1.0" [dependencies.libloading] version = "0.8" [dependencies.parking_lot] version = "0.12" [dependencies.zng-env] version = "0.3.7" [dependencies.zng-view-api] version = "0.10.4" default-features = false [build-dependencies.base64] version = "0.22" [build-dependencies.dunce] version = "1.0" [build-dependencies.hashers] version = "1.0" [build-dependencies.home] version = "0.5" [features] default = ["embedded"] embedded = []