oracle-tui 0.1.1

Blazing-fast Rust Code Inspector for the Terminal
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 = "2021"
rust-version = "1.75"
name = "oracle-tui"
version = "0.1.1"
authors = ["yashksaini-coder <yashksaini89@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing-fast Rust Code Inspector for the Terminal"
homepage = "https://github.com/yashksaini-coder/oracle"
documentation = "https://docs.rs/oracle_tui"
readme = "README.md"
keywords = [
    "tui",
    "inspector",
    "rust",
    "analyzer",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/yashksaini-coder/oracle"

[package.metadata.cargo-machete]
ignored = ["tokio"]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.cargo_metadata]
version = "0.19"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.dotenvy]
version = "0.15"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.petgraph]
version = "0.8"

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

[dependencies.ratatui]
version = "0.29"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
    "parsing",
]

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.unicode-width]
version = "0.2"

[dependencies.webbrowser]
version = "0.8"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true