[package]
name = "magic-crypt"
version = "2.0.0"
authors = ["Magic Len <len@magiclen.org>"]
description = "MagicCrypt is a Java/PHP/NodeJS/Rust library to encrypt/decrpyt strings, files, or data, using Data Encryption Standard(DES) or Advanced Encryption Standard(AES) algorithms. It supports CBC block cipher mode, PKCS5 padding and 64, 128, 192 or 256-bits key length. If the encrypted data is a string, it will be formatted automatically to Base64."
homepage = "https://magiclen.org/aes"
readme = "README.md"
keywords = ["crypto", "aes", "des", "encrypt", "decrypt"]
categories = ["algorithms"]
license = "Apache-2.0"
repository = "https://github.com/magiclen/MagicCrypt"
[dependencies.base64]
version = "0.9.2"
[dependencies.block-modes]
version = "0.1.0"
[dependencies.crc-any]
version = "1.0.0"
[dependencies.des]
version = "0.1.0"
[dependencies.digest]
version = "0.7.5"
[dependencies.rust-crypto]
version = "0.2.36"
[dependencies.tiger-digest]
version = "0.1.1"
[badges.appveyor]
branch = "master"
repository = "magiclen/rust-magiccrypt"
service = "github"
[badges.travis-ci]
branch = "master"
repository = "magiclen/rust-magiccrypt"