ai-xmlwriter 0.1.0

A no_std fork of xmlwriter
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"