ntriples-parser 1.0.0

A parser for the rdf n-triples format.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ntriples-parser"
version = "1.0.0"
authors = ["Ioannis Nezis <ioannis@nezis.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for the rdf n-triples format."
readme = false
keywords = [
    "rdf",
    "n-triples",
    "parser",
    "SPARQL",
]
license-file = "LICENSE"
repository = "https://github.com/IoannisNezis/ntriples-parser"

[lib]
name = "ntriples_parser"
path = "src/lib.rs"

[dependencies.logos]
version = "0.16.0"