File: Cargo.toml

package info (click to toggle)
rust-rio 0.8.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,388 kB
  • sloc: makefile: 2; sh: 1
file content (25 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
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
[package]
name = "rio_xml"
version = "0.8.5"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "Apache-2.0"
readme = "../README.md"
keywords = ["RDF", "XML", "parser"]
repository = "https://github.com/oxigraph/rio"
description = """
RDF/XML parser and serializer
"""
edition = "2021"
rust-version = "1.75"

[package.metadata.docs.rs]
all-features = true

[features]
default = []

[dependencies]
oxilangtag = "0.1"
oxiri = "0.2"
rio_api = { version = "0.8", path = "../api" }
quick-xml = "0.36"