[package]
edition = "2018"
name = "ai-xmlwriter"
version = "0.1.0"
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std fork of xmlwriter"
documentation = "https://docs.rs/ai-xmlwriter/"
readme = "README.md"
keywords = ["xml"]
license = "MIT"
repository = "https://github.com/atom-planet-embrace/ai-xmlwriter"
[features]
std = []
[lib]
name = "ai_xmlwriter"
path = "src/lib.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"