# 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 = "royal_rust" version = "0.1.0" description = "A read-only TUI for royalroad, with a corrisponding API" homepage = "https://github.com/hfytr/royal_rust" license-file = "LICENSE.txt" repository = "https://github.com/hfytr/royal_rust" [lib] name = "royal_api" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "rrtui" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.home] version = "0.5.9" [dependencies.itertools] version = "0.13.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.ratatui] version = "0.27.0" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.select] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tui-big-text] version = "0.4.5"