xcrypt 0.3.1

Bindings for libxcrypt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "xcrypt"
description = "Bindings for libxcrypt"
version = "0.3.1"
categories = ["authentication", "cryptography", "api-bindings"]
keywords.workspace = true
license.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
xcrypt-sys = { version = "0.2.0", path = "../xcrypt-sys" }

[lints]
workspace = true