poius 0.1.4

Poius is a command-line interface (CLI) tool written in Rust for encoding and decoding files and directories using base64 encoding.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "base64"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"

[[package]]
name = "poius"
version = "0.1.4"
dependencies = [
 "base64",
]