# 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 = "transparent" version = "0.4.0" authors = ["OpenByte "] description = "A crate for running processes on a virtual desktop / virtual X server environment." documentation = "https://docs.rs/transparent" readme = "README.md" keywords = [ "headless", "hidden", "process", "virtual", "desktop", ] license = "MIT" repository = "https://github.com/OpenByteDev/transparent" [package.metadata.docs.rs] features = ["__docs_rs"] [dependencies.delegate] version = "0.10" [features] __docs_rs = [] default = [] expose-impl = [] [target."cfg(windows)".dependencies.tempfile] version = "3.7" [target."cfg(windows)".build-dependencies.build-target] version = "0.4" [target."cfg(windows)".build-dependencies.cargo-emit] version = "0.2" [target."cfg(windows)".build-dependencies.gitignore] version = "1.0" [target."cfg(windows)".build-dependencies.path-absolutize] version = "3.1" [target."cfg(windows)".build-dependencies.tempfile] version = "3.7" [target."cfg(windows)".build-dependencies.walkdir] version = "2.3"