cargo-about 0.8.4

Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed
Documentation
output = "win_bindings.rs"
binds = [
    "MAX_PATH",
    "NtClose",
    "NtOpenProcess",
    "NtQueryInformationProcess",
    "ProcessBasicInformation",
    "ProcessImageFileName",
    "PROCESS_BASIC_INFORMATION",
    "PROCESS_QUERY_INFORMATION",
    "STATUS_SUCCESS",
    "UNICODE_STRING",
]

[bind-mode]
mode = "minwin"

[bind-mode.config]
enum-style = "minwin"
fix-naming = true
use-rust-casing = true
linking-style = "raw-dylib"