[package] name = "basehan" description = "A data encryption method using Chinese characters. Kind of like base64." version = "0.9.0" edition = "2021" license = "MIT" license-file = "LICENCE" readme = "README.md" homepage = "https://github.com/MerlynAllen/basehan" repository = "https://github.com/MerlynAllen/basehan" keywords = ["encoding", "base64", "chinese", "chinese_characters"] exclude = [".vscode", ".idea", "release", "target"] categories = ["encoding"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.17", features = ["derive"] } num = "0.4.1"