file-crypto 0.3.0

A high performace command line tool for encrypting / decrypting any file
[[bin]]
name = "file-crypto"
path = "src/main.rs"

[dependencies.base64]
version = "0"

[dependencies.byteorder]
version = "1"

[dependencies.clap]
version = "2"

[dependencies.memmap]
version = "0"

[dependencies.rayon]
version = "1"

[dependencies.ring]
version = "0.13"

[dev-dependencies.walkdir]
version = "2"

[lib]
name = "file_crypto"
path = "src/lib.rs"

[package]
authors = ["William <william.hng@outlook.com>"]
description = "A high performace command line tool for encrypting / decrypting any file"
edition = "2018"
keywords = ["file-crypto", "crypto"]
license = "Apache-2.0/MIT"
name = "file-crypto"
repository = "https://github.com/cuebyte/file-crypto/"
version = "0.3.0"