util-gpui-standalone 1.4.4

A collection of utility structs and functions used by Zed and GPUI
Documentation
# 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 = "2024"
name = "util-gpui-standalone"
version = "1.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of utility structs and functions used by Zed and GPUI"
readme = false
license = "Apache-2.0"
repository = "https://github.com/zed-industries/zed"

[features]
test-support = [
    "git2",
    "rand",
    "util_macros",
]

[lib]
name = "util"
path = "src/util.rs"
doctest = true

[dependencies.anyhow]
version = "^1.0.86"

[dependencies.async_zip]
version = "^0.0.18"
features = [
    "deflate",
    "deflate64",
]

[dependencies.collections]
version = "1.4.4"
package = "collections-gpui-standalone"

[dependencies.dunce]
version = "^1.0"

[dependencies.futures]
version = "^0.3.32"

[dependencies.futures-lite]
version = "^1.13"

[dependencies.globset]
version = "^0.4"

[dependencies.gpui_util]
version = "1.4.4"
package = "gpui_util-gpui-standalone"

[dependencies.itertools]
version = "^0.14.0"

[dependencies.log]
version = "^0.4.16"
features = [
    "kv_unstable_serde",
    "serde",
]

[dependencies.percent-encoding]
version = "^2.3.2"

[dependencies.rand]
version = "^0.9"
optional = true

[dependencies.regex]
version = "^1.5"

[dependencies.rust-embed]
version = "^8.11"
features = ["include-exclude"]

[dependencies.schemars]
version = "^1.0"
features = ["indexmap2"]

[dependencies.serde]
version = "^1.0.221"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "^1.0.144"
features = [
    "preserve_order",
    "raw_value",
]

[dependencies.serde_json_lenient]
version = "^0.2"
features = [
    "preserve_order",
    "raw_value",
]

[dependencies.shlex]
version = "^1.3.0"

[dependencies.take-until]
version = "^0.2.0"

[dependencies.tempfile]
version = "^3.20.0"

[dependencies.unicase]
version = "^2.6"

[dependencies.url]
version = "^2.2"

[dependencies.util_macros]
version = "1.4.4"
optional = true
package = "util_macros-gpui-standalone"

[target.'cfg(not(target_family = "wasm"))'.dependencies.async-fs]
version = "^2.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.dirs]
version = "^6.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.git2]
version = "^0.20.1"
features = ["vendored-libgit2"]
optional = true
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.smol]
version = "^2.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.walkdir]
version = "^2.5"

[target.'cfg(not(target_family = "wasm"))'.dependencies.which]
version = "^6.0.0"

[target.'cfg(target_os = "macos")'.dependencies.mach2]
version = "^0.5"

[target."cfg(unix)".dependencies.command-fds]
version = "^0.3.1"

[target."cfg(unix)".dependencies.libc]
version = "^0.2"

[target."cfg(unix)".dependencies.nix]
version = "^0.29"
features = ["user"]

[target."cfg(windows)".dependencies.tendril]
version = "^0.4.3"