[package] name = "f789" version = "0.1.0" edition = "2021" authors = ["front789"] license = "MIT OR Apache-2.0" description = "文件搜索工具" readme = "README.md" homepage = "https://github.com/you/f789" repository = "https://github.com/you/f789" keywords = ["cli", "search"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.2", features = ["derive"] } anyhow = "1.0.75" indicatif = { version = "0.17.6", features = ["rayon"] } log = "0.4.20" env_logger = "0.10.0" assert_cmd = "2.0.12" predicates = "3.0.3" assert_fs = "1.0.13"