# 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 = "bieye" version = "0.2.3" authors = ["Ismet Handzic"] description = "A bionic reader for blazingly fast reading within a terminal console" homepage = "https://github.com/ismet55555/bieye" documentation = "https://github.com/ismet55555/bieye" readme = "README.md" keywords = [ "bionic", "reader", "terminal", "cli", "parsing", ] categories = [ "terminal", "console", "cli", "tool", "parsing", ] license = "GPL-3.0-or-later" repository = "https://github.com/ismet55555/bieye" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.colored] version = "2.0" [dependencies.crossterm] version = "0.27" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.7" [dependencies.regex] version = "1.9" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0"