# 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" name = "bahamut" version = "0.3.0" authors = ["CK Aznable"] exclude = [".github/"] description = "gamer.com.tw api and tui client" homepage = "https://github.com/ckaznable/bahamut-rs" readme = "README.md" keywords = [ "tui", "api", ] license = "MIT" repository = "https://github.com/ckaznable/bahamut-rs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.crossterm] version = "0.26.1" [dependencies.futures] version = "0.3.27" [dependencies.lazy_static] version = "1.4.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.ratatui] version = "0.21.0" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.scraper] version = "0.16.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tui-input] version = "0.7.0" [dependencies.url] version = "2.3.1"