; Broccolini

; Broccolini is a non-destructive INI parser for .NET.
; The main goal is compatibility with the INI format used
; in Windows OS (GetPrivateProfileString and friends).

[features]

compatibility = with GetPrivateProfileString
roundtrips = preserve everything
simple editing = yes
full AST exposed = yes
test suite = extensive

[metadata]

source code = github.com/bash/broccolini
download = NuGet.org
license = MIT
target frameworks = >= .NET Standard 2.0