jonesy 0.7.11

Jonesy is here to help you not panic!
# 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 = "jonesy"
version = "0.7.11"
authors = [" Andrew Mackenzie andrew@mackenzie-serres.net"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jonesy is here to help you not panic!"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/andrewdavidmackenzie/jonesy"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/jonesy-{ target }.tar.gz"
bin-dir = "jonesy"
pkg-fmt = "tgz"

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

[[bin]]
name = "jonesy"
path = "src/main.rs"

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

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

[[bench]]
name = "hot_paths"
path = "benches/hot_paths.rs"
harness = false

[dependencies.ahash]
version = "0.8"

[dependencies.capstone]
version = "0.12"

[dependencies.cargo_toml]
version = "0.22"

[dependencies.dashmap]
version = "6"

[dependencies.gimli]
version = "0.32.3"

[dependencies.glob]
version = "0.3"

[dependencies.goblin]
version = "0.10.4"

[dependencies.iced-x86]
version = "1.21"

[dependencies.indicatif]
version = "0.17"

[dependencies.is-terminal]
version = "0.4"

[dependencies.notify]
version = "8"

[dependencies.ouroboros]
version = "0.18"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1"

[dependencies.rustc-demangle]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.tower-lsp]
version = "0.20"

[dependencies.url]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.wait-timeout]
version = "0.2"