[dependencies.serde]
version = "1.0.120"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.120"
[package]
authors = ["tira <t1ra@protonmail.com>"]
categories = ["config", "data-structures", "encoding", "parser-implementations"]
description = "Goff configuration language and reference serde implementation."
documentation = "https://github.com/imtira/goff"
edition = "2018"
homepage = "https://github.com/imtira/goff"
keywords = ["parser", "serde", "language", "serialization", "goff"]
license = "MPL-2.0"
name = "goff"
readme = "Readme.md"
repository = "https://github.com/imtira/goff"
version = "0.1.0"