[package]
name = "rudf_python"
version = "0.1.0"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT/Apache-2.0"
readme = "../README.md"
keywords = ["RDF", "N-Triples", "Turtle", "RDF/XML", "SPARQL", "Python"]
repository = "https://github.com/Tpt/rudf"
description = """
Python bindings of the Rudf library
"""

[lib]
name = "rudf"
crate-type = ["cdylib"]

[dependencies]
rudf = {path = "../lib"}
cpython = { version = "0.2", features = ["extension-module"]}