# 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 = "lister-cli" version = "0.1.3" authors = ["Erik Hollensbe "] description = "Lister: Navigate Markdown Lists" homepage = "https://github.com/erikh/lister" readme = "README.md" keywords = [ "markdown", "list", "ui", ] license = "MIT" repository = "https://github.com/erikh/lister" [profile.release] opt-level = 3 lto = true codegen-units = 48 strip = true [dependencies.anyhow] version = "^1" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.crossterm] version = "^0.27" [dependencies.cursive] version = "^0.20" features = ["crossterm-backend"] default-features = false [dependencies.cursive_tree_view] version = "^0.8" [dependencies.lazy_static] version = "^1" [dependencies.regex] version = "^1"