[package]
edition = "2021"
name = "polyxml-c"
version = "0.11.0"
authors = ["Bailey Nguyen <bailey.tan.nguyen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard C-ABI shared library and headers for PolyXML"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nth-bailey/PolyXML"
[lib]
name = "polyxml"
crate-type = [
"cdylib",
"staticlib",
]
path = "src/lib.rs"
[dependencies.polyxml]
version = "0.11.0"