vs-app 0.0.4

Cross-platform desktop GUI for the vs runtime version manager.
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"
rust-version = "1.85"
name = "vs-app"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform desktop GUI for the vs runtime version manager."
homepage = "https://github.com/unsdk/vs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/unsdk/vs"
resolver = "2"

[features]
default = ["full"]
full = [
    "lua",
    "wasi",
]
lua = ["vs-core/lua"]
wasi = ["vs-core/wasi"]

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

[[bin]]
name = "vs-app"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.gpui]
version = "0.2.2"

[dependencies.gpui-component]
version = "0.5.1"

[dependencies.smol]
version = "2"

[dependencies.vs-core]
version = "0.0.4"
default-features = false

[dependencies.vs-plugin-api]
version = "0.0.4"

[lints.clippy.all]
level = "deny"
priority = 10

[lints.clippy.expect_used]
level = "deny"
priority = 9

[lints.clippy.needless_collect]
level = "deny"
priority = 9

[lints.clippy.redundant_clone]
level = "deny"
priority = 9

[lints.clippy.unwrap_used]
level = "deny"
priority = 9

[lints.rust]
future-incompatible = "warn"
nonstandard-style = "deny"
rust-2018-idioms = "deny"
rust-2021-prelude-collisions = "deny"
unused-lifetimes = "deny"
unused-macro-rules = "warn"
unused-qualifications = "warn"