# 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 = "brx" version = "0.1.2" authors = ["Colby Thomas "] exclude = [ "assets/*", ".github/*", ] description = "📚 flow state bionic reading in the terminal" homepage = "https://github.com/coloradocolby/brx" readme = "README.md" keywords = [ "bionic", "reading", "utility", "terminal", "cli", ] license = "MIT" repository = "https://github.com/coloradocolby/brx.git" resolver = "2" [dependencies.ansi_term] version = "0.12.1" [dependencies.atty] version = "0.2" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.regex] version = "1.5.6" [dependencies.unicode-segmentation] version = "1.9.0"