File: Cargo.toml

package info (click to toggle)
rudof 0.1.146%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,048 kB
  • sloc: python: 1,288; makefile: 32; sh: 1
file content (38 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
[package]
name = "pyrudof"
version = "0.1.145"
documentation = "https://rudof-project.github.io/rudof/"
readme = "README.md"
license = "MIT OR Apache-2.0"
authors = [
    "Jose Emilio Labra Gayo <labra@uniovi.es>",
    "Ángel Iglesias Préstamo <angel.iglesias.prestamo@gmail.com>",
    "Marc-Antoine Arnaud <marc-antoine.arnaud@luminvent.com>",
]
description = "Python bindings for Rudof"
repository = "https://github.com/rudof-project/rudof"
homepage = "https://rudof-project.github.io/rudof"
keywords = ["rdf", "linked-data", "semantic-web", "shex", "shacl"]
edition = "2024"

[package.metadata.maturin]
include = ["pyrudof.pyi"]

[lib]
name = "pyrudof"
crate-type = ["cdylib", "rlib"]
doctest = false

[dependencies]
pyo3 = { version = "0.26", features = [
    "abi3-py37",
    "extension-module",
    "experimental-inspect",
] }
# pyo3-stub-gen = { version = "0.16.1" }
# pyo3-stub-gen-derive = { version = "0.16.1" }
pythonize = { version = "0.26.0" }
rudof_lib.workspace = true
rudof_generate.workspace = true
tokio = { version = "1.0", features = ["full"] }
tracing.workspace = true