# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "xcrypt" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for libxcrypt" homepage = "https://github.com/nikstur/libcxcrypt-rs" readme = "README.md" keywords = [ "hashing", "password", "phf", "libxcrypt", "crypt", ] categories = [ "authentication", "cryptography", "api-bindings", ] license = "MIT" repository = "https://github.com/nikstur/libcxcrypt-rs" [lib] name = "xcrypt" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration/main.rs" [dependencies.xcrypt-sys] version = "0.2.0" [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