listinfo 0.1.0

Parser for MAME ListInfo DAT files.
Documentation
[package]

name = "listinfo"

version = "0.1.0"

authors = ["Ronny Chan <ronny@ronnychan.ca>"]

edition = "2018"

license = "MIT"

keywords = ["clrmamepro", "mame", "dat", "parse"]

repository = "http://github.com/SnowflakePowered/listinfo-rs"

description = "Parser for MAME ListInfo DAT files."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[features]

default = ["std"]

std = []



[dependencies]

nom = { version = "6.0.0-alpha1", default-features = false, features = ["alloc"] }

# serde = { version = "1.0", default-features = false, features = ["alloc"], optional = true }