# 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 = "basehan" version = "0.9.0" exclude = [ ".vscode", ".idea", "release", "target", ] description = "A data encryption method using Chinese characters. Kind of like base64." homepage = "https://github.com/MerlynAllen/basehan" readme = "README.md" keywords = [ "encoding", "base64", "chinese", "chinese_characters", ] categories = ["encoding"] license = "MIT" license-file = "LICENCE" repository = "https://github.com/MerlynAllen/basehan" [dependencies.clap] version = "4.0.17" features = ["derive"] [dependencies.num] version = "0.4.1"