MotorFuelTaxFormats.psd1

@{
    RootModule = 'MotorFuelTaxFormats.psm1'
    ModuleVersion = '0.1.1'
    GUID = '6a1e2fff-325b-454a-ad42-d0676d2ad1c7'
    Author = 'Roy Ashbrook'
    Copyright = '(c) 2026 Roy Ashbrook. Licensed under the MIT License.'
    Description = 'Pure formatters that turn motor-fuel tax records into state filing files.'
    PowerShellVersion = '7.2'
    CompatiblePSEditions = @('Core')
    FunctionsToExport = @('ConvertTo-MotorFuelTaxFile')
    CmdletsToExport = @()
    VariablesToExport = @()
    AliasesToExport = @()
    PrivateData = @{
        PSData = @{
            Tags = @('MotorFuel', 'Tax', 'Alabama', 'Florida', 'Kentucky', 'NorthCarolina', 'SouthCarolina', 'Tennessee', 'Virginia', 'Formatter')
            ProjectUri = 'https://github.com/royashbrook/motor-fuel-tax-formats'
            LicenseUri = 'https://github.com/royashbrook/motor-fuel-tax-formats/blob/main/LICENSE'
        }
    }
}