freedesktop_entry_parser 1.3.0

A library for parsing FreeDesktop entry files
Documentation
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

[package]
name = "freedesktop_entry_parser"
version = "1.3.0"
authors = ["Sashanoraa <sasha@noraa.gay>"]
description = "A library for parsing FreeDesktop entry files"
categories = ["os", "os::unix-apis"]
keywords = ["linux", "icons", "freedesktop"]
repository = "https://git.sr.ht/~zethra/freedesktop_entry_parser"
documentation = "https://docs.rs/freedesktop_entry_parser"
edition = "2018"
readme = "README.md"
license = "MPL-2.0"
include = ["src/**/*", "LICENSE", "README.md"]

[badges.maintenance]
status = "passively-maintained"

[dependencies]
nom = "7.1"
thiserror = "1.0"