File: Cargo.toml

package info (click to toggle)
oxigraph 0.4.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,552 kB
  • sloc: python: 1,866; cpp: 554; sh: 145; makefile: 78
file content (28 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "oxsdatatypes"
version = "0.2.2"
authors.workspace = true
license.workspace = true
readme = "README.md"
keywords = ["XSD"]
repository = "https://github.com/oxigraph/oxigraph/tree/main/lib/oxsdatatypes"
description = "Some XSD datatypes for SPARQL implementations"
documentation = "https://docs.rs/oxsdatatypes"
edition.workspace = true
rust-version.workspace = true

[features]
custom-now = []

[dependencies]
thiserror.workspace = true

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
js-sys = { workspace = true, optional = true }

[lints]
workspace = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]