# 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 = "cag" version = "0.0.2" exclude = [ "**/*.orig", "*.orig", "tests/", "img/", ] description = "Context aware pager" readme = "README.md" keywords = ["pager"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/iisulop/cag" [[bin]] name = "cag" path = "src/main.rs" [dependencies.crossterm] version = "0.26.1" [dependencies.ratatui] version = "0.20.1" [dependencies.regex] version = "1.7.3" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]