[dependencies.lazy_static]
version = "1.4.0"
[dependencies.libc]
version = "0.2.0"
[dependencies.symcrypt-sys]
version = "0.4.0"
[dev-dependencies.hex]
version = "0.4.3"
[features]
default = []
md5 = []
pkcs1-encrypt-decrypt = []
sha1 = []
[lib]
name = "symcrypt"
path = "src/lib.rs"
[package]
authors = ["nnmkhang"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Friendly and Idiomatic Wrappers for SymCrypt"
edition = "2021"
homepage = "https://github.com/microsoft/SymCrypt"
license = "MIT OR Apache-2.0"
name = "symcrypt"
readme = "README.md"
repository = "https://github.com/microsoft/rust-symcrypt"
version = "0.5.1"