# 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 = "quocktail" version = "0.1.6" authors = ["Angel"] description = "Rust CLI for searching through nested directories of markdown files with frontmatter, filtering and displaying the results" readme = "README" license = "GPL-3.0-or-later" repository = "https://github.com/twnk/quocktail" [profile.dist] lto = "thin" inherits = "release" [dependencies.camino] version = "1.1.6" [dependencies.clap] version = "4.5.1" features = [ "derive", "unicode", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.convert_case] version = "0.6.0" [dependencies.enable-ansi-support] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"] [dependencies.pulldown-cmark] version = "0.10.0" features = [ "getopts", "simd", ] default-features = false [dependencies.rand] version = "0.8.5" features = ["alloc"] [dependencies.supports-color] version = "3.0.0" [dependencies.walkdir] version = "2.4.0" [dependencies.yaml-rust] version = "0.4.5"