# 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 = "fsrx" version = "1.0.2" authors = ["Colby Thomas "] exclude = [".github/*"] description = "📚 flow state reading in the terminal" homepage = "https://github.com/thatvegandev/fsrx" readme = "README.md" keywords = [ "reading", "utility", "terminal", "cli", "fast", ] license = "MIT" repository = "https://github.com/thatvegandev/fsrx.git" resolver = "2" [dependencies.ansi_term] version = "0.12.1" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.regex] version = "1.6.0" [dependencies.unicode-segmentation] version = "1.9.0"