File: Cargo.toml.orig

package info (click to toggle)
rust-pam-sys 0.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 140 kB
  • sloc: makefile: 4
file content (21 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]

name = "pam-sys"
version = "0.5.6"
authors = ["Florian Wilkens <gh@1wilkens.org>"]
description = "FFI wrappers for the Linux Pluggable Authentication Modules (PAM)"
repository = "https://github.com/1wilkens/pam-sys"
documentation = "https://docs.rs/pam-sys/"
readme = "README.md"
license = "MIT OR Apache-2.0"

categories = ["authentication", "api-bindings", "external-ffi-bindings", "os::unix-apis"]

build = "build.rs"
links = "pam"

[badges]
travis-ci = { repository = "1wilkens/pam-sys" }

[dependencies]
libc = "0.2.39"