1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
[package]
name = "rio_api"
version = "0.8.5"
authors = ["Tpt <thomas@pellissier-tanon.fr>", "Pierre-Antoine Champin <pchampin@liris.cnrs.fr>"]
license = "Apache-2.0"
readme = "../README.md"
keywords = ["RDF", "parser"]
repository = "https://github.com/oxigraph/rio"
description = """
Common data structures for RDF formats parsers and serializers
"""
edition = "2021"
rust-version = "1.75"
[package.metadata.docs.rs]
all-features = true
[features]
default = []
generalized = []
|