# 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 = "arxivlens" version = "0.1.0" authors = ["Alexis Morvan "] exclude = ["/.github"] description = "Terminal User Interface (TUI) for exploring arXiv" homepage = "https://github.com/AlMrvn/arxivlens" readme = "README.md" keywords = [ "git", "cli", "tui", "terminal", "arxiv", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/AlMrvn/arxivlens" [dependencies.aho-corasick] version = "1.1.3" [dependencies.arboard] version = "3.4.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.itertools] version = "0.13.0" [dependencies.minidom] version = "0.15.2" [dependencies.ratatui] version = "0.27.0" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.toml] version = "0.8.16" [dependencies.xdg] version = "2.5.2"