|
|
@ -1,18 +1,18 @@ |
|
|
|
[package] |
|
|
|
[package] |
|
|
|
name = "oxttl" |
|
|
|
name = "oxttl" |
|
|
|
version = "0.1.0-alpha.1-dev" |
|
|
|
version = "0.1.0-alpha.1-dev" |
|
|
|
authors = ["Tpt <thomas@pellissier-tanon.fr>"] |
|
|
|
authors.workspace = true |
|
|
|
license = "MIT OR Apache-2.0" |
|
|
|
license.workspace = true |
|
|
|
readme = "README.md" |
|
|
|
readme = "README.md" |
|
|
|
keywords = ["N-Triples", "N-Quads", "Turtle", "TriG", "N3", "RDF"] |
|
|
|
keywords = ["N-Triples", "N-Quads", "Turtle", "TriG", "N3", "RDF"] |
|
|
|
repository = "https://github.com/oxigraph/oxigraph/tree/master/lib/oxttl" |
|
|
|
repository = "https://github.com/oxigraph/oxigraph/tree/master/lib/oxttl" |
|
|
|
homepage = "https://oxigraph.org/" |
|
|
|
homepage.workspace = true |
|
|
|
description = """ |
|
|
|
description = """ |
|
|
|
Parser for languages related to RDF Turtle (N-Triples, N-Quads, Turtle, TriG and N3) |
|
|
|
Parser for languages related to RDF Turtle (N-Triples, N-Quads, Turtle, TriG and N3) |
|
|
|
""" |
|
|
|
""" |
|
|
|
documentation = "https://docs.rs/oxttl" |
|
|
|
documentation = "https://docs.rs/oxttl" |
|
|
|
edition = "2021" |
|
|
|
edition.workspace = true |
|
|
|
rust-version = "1.65" |
|
|
|
rust-version.workspace = true |
|
|
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
[features] |
|
|
|
default = [] |
|
|
|
default = [] |
|
|
|