[dependencies.xcrypt-sys]
version = "0.2.0"
[lib]
name = "xcrypt"
path = "src/lib.rs"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.expect_used]
level = "deny"
priority = 0
[lints.clippy.missing_errors_doc]
level = "allow"
priority = 0
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.clippy.unwrap_used]
level = "deny"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "cryptography", "api-bindings"]
description = "Bindings for libxcrypt"
edition = "2021"
homepage = "https://github.com/nikstur/libxcrypt-rs"
keywords = ["hashing", "password", "phf", "libxcrypt", "crypt"]
license = "MIT"
name = "xcrypt"
readme = "README.md"
repository = "https://github.com/nikstur/libxcrypt-rs"
version = "0.3.2"
[[test]]
name = "integration"
path = "tests/integration/main.rs"