windows-token 0.2.1

Safe Rust wrappers for Windows access tokens, privileges, duplication, and scoped impersonation, built on win32-min.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

## 0.2.1 - 2026-08-29

- Corrected stale pre-alpha and dependency documentation after the 0.2 FFI
  migration.
- Declared `win32-min` 0.1.2 as the minimum compatible ABI foundation.
- Declared Rust 1.85 as the MSRV and added CI, research-oriented package
  metadata, and an AI-readable index.

## 0.2.0 - 2026-08-27

- Migrated the Win32 FFI layer from generated Windows bindings to
  `win32-min`.