msi_ffi 0.8.0

Basic FFI interface for reading Windows Installer (MSI) files, using the `msi` crate.
Documentation
[[bin]]
name = "generate-headers"
path = "src/bin/generate-headers.rs"

[dependencies.chrono]
version = "0.4.37"

[dependencies.msi]
version = "0.8.0"

[dependencies.safer-ffi]
features = ["headers", "python-headers"]
version = "0.1.6"

[lib]
crate-type = ["lib", "cdylib"]
name = "msi_ffi"
path = "src/lib.rs"

[package]
authors = ["Matthew D. Steele <mdsteele@alum.mit.edu>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Basic FFI interface for reading Windows Installer (MSI) files, using the `msi` crate."
edition = "2021"
keywords = ["msi", "windows", "installer", "package"]
license = "MIT"
name = "msi_ffi"
readme = "README.md"
repository = "https://github.com/mdsteele/rust-msi"
version = "0.8.0"