# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pyrudof" version = "0.1.56" authors = [ "Jose Emilio Labra Gayo ", "Ángel Iglesias Préstamo ", "Marc-Antoine Arnaud ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RDF data shapes implementation in Rust" homepage = "https://rudof-project.github.io/rudof" documentation = "https://rudof-project.github.io/rudof/" readme = "README.md" keywords = [ "rdf", "linked-data", "semantic-web", "shex", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/rudof-project/rudof" [lib] name = "pyrudof" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.pyo3] version = "0.22.0" features = [ "abi3-py37", "extension-module", ] [dependencies.rudof_lib] version = "0.1.35"