Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
620 B
26 lines
620 B
[package]
|
|
name = "oxigraph-js"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
readme = "README.md"
|
|
keywords = ["RDF", "N-Triples", "Turtle", "XML", "SPARQL"]
|
|
repository = "https://github.com/oxigraph/oxigraph/tree/main/js"
|
|
description = "JavaScript bindings of Oxigraph"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish = false
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
name = "oxigraph"
|
|
doc = false
|
|
|
|
[dependencies]
|
|
console_error_panic_hook.workspace = true
|
|
js-sys.workspace = true
|
|
oxigraph = { workspace = true, features = ["js"] }
|
|
wasm-bindgen.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|