[badges.travis-ci]
repository = "ghsnd/ntriple"
[build-dependencies]
peg = "0.5"
[package]
authors = ["Gerald Haesendonck"]
build = "build.rs"
categories = ["parsing", "data-structures"]
description = "A simple RDF N-Triples parser"
documentation = "https://ghsnd.github.io/ntriple_0.1/ntriple/index.html"
homepage = "https://github.com/ghsnd/ntriple"
keywords = ["N-Triples", "RDF", "parser"]
license = "AFL-3.0"
name = "ntriple"
readme = "README.md"
repository = "https://github.com/ghsnd/ntriple"
version = "0.1.1"
[profile.doc]
codegen-units = 1
debug = 2
debug-assertions = true
lto = false
opt-level = 0
panic = "unwind"
rpath = false