[package]
edition = "2021"
name = "inih_rust_migration"
version = "0.1.0"
authors = ["John Aschenbrenner <leadthrustrength@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper or port of the INIH C INI parser"
readme = "README.md"
license = "MIT OR BSD-3-Clause"
repository = "https://github.com/yourname/inih_rust_migration"
[lib]
name = "inih_rust_migration"
path = "src/lib.rs"
[[bin]]
name = "inih_rust_migration"
path = "src/main.rs"
[dependencies.libc]
version = "0.2"
[build-dependencies.bindgen]
version = "0.69"
[build-dependencies.cc]
version = "1.0"