diff Cargo.toml @ 184:42f747774d94

Really get documentation stuff squared away. Expand READMEs and polish off module documentation.
author Paul Fisher <paul@pfish.zone>
date Thu, 31 Jul 2025 14:36:50 -0400
parents a1bb1d013567
children 18e865d366ba
line wrap: on
line diff
--- a/Cargo.toml	Wed Jul 30 18:43:07 2025 -0400
+++ b/Cargo.toml	Thu Jul 31 14:36:50 2025 -0400
@@ -20,6 +20,16 @@
 edition.workspace = true
 rust-version.workspace = true
 
+[package.metadata.docs.rs]
+default-target = "x86_64-unknown-linux-gnu"
+
+targets = [
+    "x86_64-apple-darwin",
+    "x86_64-unknown-freebsd",
+    "x86_64-unknown-illumos",
+]
+
+
 [features]
 default = ["link"]
 
@@ -39,9 +49,6 @@
 # Extensions to PAM that are supported by Sun's PAM.
 sun-ext = []
 
-# This feature exists only for testing.
-test-install = []
-
 [dependencies]
 bitflags = "2.9.0"
 libc = { optional = true, version = "0.2" }