blob: cb62f9b59efc36b7613237792ea4a541dfe6ba37 [file] [log] [blame] [edit]
[package]
name = "commoncrypto"
version = "0.2.0"
authors = ["Mark Lee"]
description = "Idiomatic Rust wrappers for Mac OS X's CommonCrypto library"
documentation = "https://docs.rs/commoncrypto"
repository = "https://github.com/malept/rust-commoncrypto"
keywords = ["crypto", "hash", "digest", "osx", "commoncrypto"]
license = "MIT"
[features]
lint = ["clippy"]
[dependencies]
commoncrypto-sys = { version = "0.2.0", path = "../commoncrypto-sys" }
clippy = { version = "0.0", optional = true }
[dev-dependencies]
hex = "0.2"