hypixel-bazaar-tui 1.1.0

A TUI application to view the Hypixel Bazaar data. An upgraded version of my old CLI version
# 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 = "hypixel-bazaar-tui"
version = "1.1.0"
authors = ["Jacob Mish <JacobPMish@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI application to view the Hypixel Bazaar data. An upgraded version of my old CLI version"
homepage = "https://github.com/Feromond/hypixel-bazaar-tui"
readme = "README.md"
keywords = [
    "tui",
    "api",
    "rust",
    "fuzzy-search",
    "hypixel",
]
categories = [
    "command-line-utilities",
    "games",
]
license = "MIT"
repository = "https://github.com/Feromond/hypixel-bazaar-tui"

[[bin]]
name = "hypixel-bazaar-tui"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.hypixel-sdk]
version = "0.2.2"

[dependencies.indexmap]
version = "2.14.0"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
]

[build-dependencies.winres]
version = "0.1.12"

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