crypt-sys 0.1.0

FFI wrappers for the Linux crypt library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "crypt-sys"
version = "0.1.0"
edition = "2021"
authors = ["Ariel Miculas"]
description = "FFI wrappers for the Linux crypt library"
license = "MIT OR Apache-2.0"
categories = ["api-bindings", "cryptography", "external-ffi-bindings", "os::unix-apis"]

repository = "https://github.com/ariel-miculas/crypt-sys.git"
documentation = "https://docs.rs/crypt-sys/"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
bindgen = "0.69.1"