File: Cargo.toml

package info (click to toggle)
rudof 0.2.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,968 kB
  • sloc: python: 1,404; makefile: 32; sh: 1
file content (39 lines) | stat: -rw-r--r-- 1,072 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
39
[package]
name = "pyrudof"
version = "0.2.2"
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

[features]
extension-module = ["pyo3/extension-module"]

[dependencies]
pyo3 = { version = "0.26", features = [
    "abi3-py37",
    "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.workspace = true