[dependencies.md5]
version = "0.8.0"
[lib]
name = "cryptotools"
path = "src/lib.rs"
[package]
authors = ["João Lucas <joaolucasfp2001@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "cryptotools is a cryptography library"
edition = "2024"
exclude = [".github/**", "examples/*"]
license = "MIT"
name = "cryptotools"
readme = "README.md"
repository = "https://github.com/heroesofcode/cryptotools"
version = "0.3.0"
[[test]]
name = "decode_base64_tests"
path = "tests/decode_base64_tests.rs"
[[test]]
name = "encode_base64_tests"
path = "tests/encode_base64_tests.rs"
[[test]]
name = "encrypt_md5_tests"
path = "tests/encrypt_md5_tests.rs"