File: Cargo.toml

package info (click to toggle)
rust-abnf-core 0.6.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 2; sh: 1
file content (14 lines) | stat: -rw-r--r-- 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "abnf-core"
description = "A nom-based parser for ABNF core rules."
version = "0.6.0"
authors = ["Damian Poddebniak <poddebniak@fh-muenster.de>"]
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"

repository = "https://github.com/duesee/abnf-core"
keywords = ["abnf", "core", "rules", "parser", "nom"]

[dependencies]
nom = "7.1.3"