analyzed 0.4.0

Command line interface for the analyzed rust-analyzer daemon
# 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.95"
name = "analyzed"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface for the analyzed rust-analyzer daemon"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zetaloop/analyzed"

[features]
jemalloc = ["ra_ap_rust-analyzer/jemalloc"]
mimalloc = ["ra_ap_rust-analyzer/mimalloc"]

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

[dependencies.analyzed-daemon]
version = "=0.4.0"

[dependencies.analyzed-ipc]
version = "=0.4.0"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "string",
]

[dependencies.project_model]
version = "=0.0.340"
package = "ra_ap_project_model"

[dependencies.ra_ap_rust-analyzer]
version = "=0.4.0"
package = "analyzed-ra"

[dependencies.serde_json]
version = "1.0.150"