Adds documentation field to Cargo.toml

pull/587/head
Tpt 1 year ago committed by Thomas Tanon
parent afaabf6110
commit 4cb377bda4
  1. 1
      lib/Cargo.toml
  2. 1
      lib/oxrdf/Cargo.toml
  3. 1
      lib/oxrdfxml/Cargo.toml
  4. 1
      lib/oxsdatatypes/Cargo.toml
  5. 1
      lib/oxttl/Cargo.toml
  6. 1
      lib/sparesults/Cargo.toml
  7. 1
      lib/spargebra/Cargo.toml
  8. 1
      lib/sparopt/Cargo.toml
  9. 1
      lib/sparql-smith/Cargo.toml
  10. 1
      oxrocksdb-sys/Cargo.toml

@ -8,6 +8,7 @@ keywords = ["RDF", "SPARQL", "graph-database", "database"]
categories = ["database-implementations"]
repository = "https://github.com/oxigraph/oxigraph/tree/main/lib"
homepage = "https://oxigraph.org/"
documentation = "https://docs.rs/oxigraph"
description = """
a SPARQL database and RDF toolkit
"""

@ -10,6 +10,7 @@ homepage = "https://oxigraph.org/"
description = """
A library providing basic data structures related to RDF
"""
documentation = "https://docs.rs/oxrdf"
edition = "2021"
rust-version = "1.65"

@ -10,6 +10,7 @@ homepage = "https://oxigraph.org/"
description = """
Parser for the RDF/XML language
"""
documentation = "https://docs.rs/oxrdfxml"
edition = "2021"
rust-version = "1.65"

@ -10,6 +10,7 @@ homepage = "https://oxigraph.org/"
description = """
An implementation of some XSD datatypes for SPARQL implementations
"""
documentation = "https://docs.rs/oxsdatatypes"
edition = "2021"
rust-version = "1.65"

@ -10,6 +10,7 @@ homepage = "https://oxigraph.org/"
description = """
Parser for languages related to RDF Turtle (N-Triples, N-Quads, Turtle, TriG and N3)
"""
documentation = "https://docs.rs/oxttl"
edition = "2021"
rust-version = "1.65"

@ -10,6 +10,7 @@ homepage = "https://oxigraph.org/"
description = """
SPARQL query results formats parsers and serializers
"""
documentation = "https://docs.rs/sparesults"
edition = "2021"
rust-version = "1.65"

@ -7,6 +7,7 @@ readme = "README.md"
keywords = ["SPARQL"]
repository = "https://github.com/oxigraph/oxigraph/tree/main/lib/spargebra"
homepage = "https://oxigraph.org/"
documentation = "https://docs.rs/spargebra"
description = """
A SPARQL parser
"""

@ -7,6 +7,7 @@ readme = "README.md"
keywords = ["SPARQL"]
repository = "https://github.com/oxigraph/oxigraph/tree/main/lib/sparopt"
homepage = "https://oxigraph.org/"
documentation = "https://docs.rs/sparopt"
description = """
A SPARQL optimizer
"""

@ -7,6 +7,7 @@ readme = "README.md"
keywords = ["SPARQL"]
repository = "https://github.com/oxigraph/oxigraph/tree/main/lib/sparql-smith"
homepage = "https://oxigraph.org/"
documentation = "https://docs.rs/sparql-smith"
description = """
A SPARQL test cases generator
"""

@ -8,6 +8,7 @@ readme = "README.md"
description = """
Rust bindings for RocksDB for Oxigraph usage.
"""
documentation = "https://docs.rs/oxrocksdb-sys"
edition = "2021"
rust-version = "1.65"
build = "build.rs"

Loading…
Cancel
Save