[package]
edition = "2024"
rust-version = "1.93"
name = "oxml-chart"
version = "0.11.0"
authors = ["Atul Sharma"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Format-neutral ChartML modeling, editing, and rendering geometry"
homepage = "https://github.com/tensorbee/rdocx"
readme = "README.md"
keywords = [
"ooxml",
"chart",
"xml",
"graphics",
]
categories = [
"parser-implementations",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tensorbee/rdocx"
[package.metadata.release]
shared-version = "incubating"
tag-name = "rpptx-v{{version}}"
[lib]
name = "oxml_chart"
path = "src/lib.rs"
[dependencies.oxml-core]
version = "0.11.0"
[dependencies.oxml-drawing]
version = "0.11.0"
[dependencies.oxml-layout]
version = "0.11.0"
default-features = false
[dependencies.oxml-sml]
version = "0.11.0"
[dependencies.quick-xml]
version = "0.41"
[dev-dependencies.oxml-opc]
version = "0.11.0"
[dev-dependencies.oxml-pdf]
version = "0.11.0"
default-features = false
[dev-dependencies.tiny-skia]
version = "0.12"