vfox 2026.2.2

Interface to vfox plugins
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 = "vfox"
version = "2026.2.2"
build = "build.rs"
include = [
    "src",
    "lua",
    "embedded-plugins",
    "build.rs",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interface to vfox plugins"
homepage = "https://github.com/jdx/mise"
documentation = "https://docs.rs/vfox"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jdx/mise"

[features]
cli = [
    "clap",
    "tokio/full",
    "env_logger",
]
default = [
    "vendored-lua",
    "native-tls",
]
native-tls = [
    "xx/native-tls",
    "xx/http",
    "reqwest/native-tls",
]
rustls = [
    "xx/rustls",
    "xx/http",
    "reqwest/rustls-tls",
]
rustls-native-roots = [
    "reqwest/rustls-tls-native-roots",
    "xx/http",
    "xx/rustls-native-roots",
]
vendored-lua = ["mlua/vendored"]

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

[[bin]]
name = "vfox-cli"
path = "src/bin.rs"

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.env_logger]
version = "0.11"
optional = true

[dependencies.homedir]
version = "0.3"

[dependencies.indexmap]
version = "2"

[dependencies.itertools]
version = "0.14"

[dependencies.log]
version = "0.4"

[dependencies.mlua]
version = "0.11"
features = [
    "async",
    "lua51",
    "macros",
    "serialize",
    "send",
]

[dependencies.once_cell]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
default-features = false

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sigstore-verification]
version = "0.1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "fs",
    "io-util",
]

[dependencies.url]
version = "2"

[dependencies.xx]
version = "2"
features = [
    "archive",
    "hash",
]
default-features = false

[dev-dependencies.insta]
version = "1"

[dev-dependencies.wiremock]
version = "0.6"