[package] name = "sxx" version = "1.1.0" edition = "2021" authors = ["Hardfood "] description = "windows 命令行加解密小工具 - Command line encryption gadget" repository = "https://gitee.com/w-8/sxx" license = "MIT" license-file = "LICENSE" keywords = ["clap","cmd","encryption"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.0", features = ["derive"] } indicatif = "0.17.5"