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