[package]
edition = "2024"
rust-version = "1.88"
name = "vtcode-ghostty-vt-sys"
version = "0.97.3"
authors = ["Vinh Nguyen <vinhnguyen2308@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Ghostty VT snapshot wrapper for VT Code"
homepage = "https://github.com/vinhnx/vtcode"
documentation = "https://docs.rs/vtcode"
readme = false
license = "MIT"
repository = "https://github.com/vinhnx/vtcode"
resolver = "2"
[lib]
name = "vtcode_ghostty_vt_sys"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.libloading]
version = "0.9"
[dev-dependencies.tempfile]
version = "3.27"