blob: 2cc2b36adffaefca252db5e81631da897020f9b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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"
[dependencies]
commoncrypto-sys = { version = "0.2.0", path = "../commoncrypto-sys" }
[dev-dependencies]
hex = "0.2"
|