[package] name = "chikorokoCheckypf" version = "0.1.0" authors = ["tolingsoft"] license = "MIT OR Apache-2.0" description = "A tool to search files" readme = "README.md" homepage = "http://www.lhtuling.xyz" repository = "http://www.gitee.com/tolingsoft/chikorokoCheckypf" keywords = ["chikorokoCheckypf"] categories = ["command-line-utilities"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.8", features = ["json"] } tokio = { version = "1.15.0", features = ["full"] } nipper = { version = "0.1.9" } encoding = "0.2.33"