Adds documentation field to Cargo.toml

pull/596/head
Tpt 1 year ago committed by Thomas Tanon
parent b69e0d38f6
commit 3bb05e2af2
  1. 1
      lib/Cargo.toml
  2. 1
      lib/oxrdf/Cargo.toml
  3. 1
      lib/oxsdatatypes/Cargo.toml
  4. 1
      lib/sparesults/Cargo.toml
  5. 1
      lib/spargebra/Cargo.toml
  6. 1
      lib/sparql-smith/Cargo.toml
  7. 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.60"

@ -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.60"

@ -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.60"

@ -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/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.60"
build = "build.rs"

Loading…
Cancel
Save