# 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 = "rudof" version = "0.1.12" authors = [ "Jose Emilio Labra Gayo ", "Ángel Iglesias Préstamo ", "Marc-Antoine Arnaud ", ] description = "RDF data shapes implementation in Rust" homepage = "https://www.weso.es/shapes-rs/" documentation = "https://www.weso.es/shapes-rs/" readme = "README.md" keywords = [ "rdf", "linked-data", "semantic-web", "shex", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/weso/shapes-rs" [lib] name = "rudof" crate-type = ["cdylib"] [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.pyo3] version = "0.22.0" features = [ "abi3-py37", "extension-module", ] [dependencies.shacl_ast] version = "0.1.0" [dependencies.shacl_validation] version = "0.1.0" [dependencies.srdf] version = "0.1.0"