dscode-extension-host 0.1.0

Extension host process management, IPC, sandbox, and security for DSCode
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 = "2021"
name = "dscode-extension-host"
version = "0.1.0"
authors = ["DSCode Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extension host process management, IPC, sandbox, and security for DSCode"
readme = "README.md"
keywords = [
    "extension",
    "sandbox",
    "ipc",
    "dscode",
    "ide",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/dipankar/dscode"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
tauri = ["dep:tauri"]

[lib]
name = "dscode_extension_host"
path = "src/lib.rs"

[[example]]
name = "sandbox"
path = "examples/sandbox.rs"

[[test]]
name = "extension_host_integration"
path = "tests/extension_host_integration.rs"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.governor]
version = "0.6"

[dependencies.keyring]
version = "2.3"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tauri]
version = "2.1"
optional = true

[dependencies.tempfile]
version = "3.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[dependencies.which]
version = "6.0"

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

[target."cfg(windows)".dependencies.windows]
version = "0.58"
features = [
    "Win32_System_JobObjects",
    "Win32_Foundation",
    "Win32_System_Threading",
]