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.
|
|
|
[package]
|
|
|
|
name = "oxigraph-js"
|
|
|
|
version = "0.4.0-alpha.3-dev"
|
|
|
|
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["RDF", "N-Triples", "Turtle", "RDF/XML", "SPARQL"]
|
|
|
|
repository = "https://github.com/oxigraph/oxigraph/tree/main/js"
|
|
|
|
description = "JavaScript bindings of Oxigraph"
|
|
|
|
edition = "2021"
|
|
|
|
rust-version = "1.70"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
name = "oxigraph"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
oxigraph = { path = "../lib", features = ["js"] }
|
|
|
|
wasm-bindgen = "0.2.83"
|
|
|
|
js-sys = "0.3.60"
|
|
|
|
console_error_panic_hook = "0.1.7"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|