[dependencies.bincode]
version = "1.3"
[dependencies.byteorder]
version = "1.4"
[dependencies.bytes]
version = "1.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[lib]
name = "pgf2json"
path = "src/lib.rs"
[lints.clippy]
pedantic = "warn"
[package]
authors = ["CryptoPatrick <cryptopatrick@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = """
This crate is an Application Programming Interface to load and interpret grammars compiled in Portable Grammar Format (PGF). The PGF format is produced as a final output from the GF compiler. The library provides methods for generating JSON output of a correctly formed PGF file. The API is meant to be used for embedding GF grammars in Rust programs.
"""
documentation = "https://docs.rs/pgf2json"
edition = "2021"
exclude = ["HomebrewFormula", "/.github/", "/ci/", "/pkg/brew", "/benchsuite/", "/scripts/"]
homepage = "https://github.com/CryptoPatrick/pgf2json"
keywords = ["pgf", "gf", "grammars", "nlp"]
license = "Unlicense OR MIT"
name = "pgf2json"
readme = "README.md"
repository = "https://github.com/CryptoPatrick/pgf2json"
rust-version = "1.88"
version = "0.2.0"