[[bin]]
name = "acf-parser"
path = "src/main.rs"
[dependencies.chumsky]
version = "0.11.1"
[lib]
name = "acf_parser"
path = "src/lib.rs"
[package]
authors = ["Dawson Moore"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "game-development", "config"]
description = "A simple ACF parser, targeted at reading Valve configuration files"
edition = "2021"
exclude = ["acfs/*"]
homepage = "https://github.com/DMoore12/acf-parser"
keywords = ["steam", "parser", "acf", "valve", "configuration"]
license-file = "LICENSE"
name = "acf-parser"
readme = "README.md"
repository = "https://github.com/DMoore12/acf-parser"
version = "0.1.0"