62 lines
1.4 KiB
TOML
62 lines
1.4 KiB
TOML
# 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 = "2021"
|
|
rust-version = "1.61"
|
|
name = "xml-rs"
|
|
version = "0.8.27"
|
|
authors = ["Vladimir Matveev <vmatveev@citrine.cc>"]
|
|
build = false
|
|
include = [
|
|
"src/**",
|
|
"LICENSE",
|
|
"README.md",
|
|
]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "An XML library in pure Rust"
|
|
homepage = "https://lib.rs/crates/xml-rs"
|
|
documentation = "https://docs.rs/xml-rs/"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"xml",
|
|
"parser",
|
|
"sax",
|
|
"parsing",
|
|
"writer",
|
|
]
|
|
categories = ["parser-implementations"]
|
|
license = "MIT"
|
|
repository = "https://github.com/kornelski/xml-rs"
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = ["--generate-link-to-definition"]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[package.metadata.release]
|
|
tag-message = ""
|
|
tag-name = "{{version}}"
|
|
|
|
[badges.maintenance]
|
|
status = "actively-developed"
|
|
|
|
[lib]
|
|
name = "xml"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "xml-analyze"
|
|
path = "src/analyze.rs"
|