diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d9be7aed..aef5f012 100644 --- a/lib/Cargo.toml +++ b/lib/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 """ diff --git a/lib/oxrdf/Cargo.toml b/lib/oxrdf/Cargo.toml index 344d46fe..48845b04 100644 --- a/lib/oxrdf/Cargo.toml +++ b/lib/oxrdf/Cargo.toml @@ -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" diff --git a/lib/oxrdfxml/Cargo.toml b/lib/oxrdfxml/Cargo.toml index 895159b5..c411bc9f 100644 --- a/lib/oxrdfxml/Cargo.toml +++ b/lib/oxrdfxml/Cargo.toml @@ -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" diff --git a/lib/oxsdatatypes/Cargo.toml b/lib/oxsdatatypes/Cargo.toml index f3a1e3c3..f4f42ab8 100644 --- a/lib/oxsdatatypes/Cargo.toml +++ b/lib/oxsdatatypes/Cargo.toml @@ -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" diff --git a/lib/oxttl/Cargo.toml b/lib/oxttl/Cargo.toml index 06871c96..f8039069 100644 --- a/lib/oxttl/Cargo.toml +++ b/lib/oxttl/Cargo.toml @@ -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" diff --git a/lib/sparesults/Cargo.toml b/lib/sparesults/Cargo.toml index c345b2a0..ef023da7 100644 --- a/lib/sparesults/Cargo.toml +++ b/lib/sparesults/Cargo.toml @@ -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" diff --git a/lib/spargebra/Cargo.toml b/lib/spargebra/Cargo.toml index d13d8037..323502ac 100644 --- a/lib/spargebra/Cargo.toml +++ b/lib/spargebra/Cargo.toml @@ -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 """ diff --git a/lib/sparopt/Cargo.toml b/lib/sparopt/Cargo.toml index 06934952..3406930d 100644 --- a/lib/sparopt/Cargo.toml +++ b/lib/sparopt/Cargo.toml @@ -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 """ diff --git a/lib/sparql-smith/Cargo.toml b/lib/sparql-smith/Cargo.toml index a36096bb..c96e416a 100644 --- a/lib/sparql-smith/Cargo.toml +++ b/lib/sparql-smith/Cargo.toml @@ -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 """ diff --git a/oxrocksdb-sys/Cargo.toml b/oxrocksdb-sys/Cargo.toml index 5100e198..d25d237e 100644 --- a/oxrocksdb-sys/Cargo.toml +++ b/oxrocksdb-sys/Cargo.toml @@ -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"