Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
55
third-party/vendor/xml-rs/Cargo.toml
vendored
Normal file
55
third-party/vendor/xml-rs/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
# 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.58"
|
||||
name = "xml-rs"
|
||||
version = "0.8.19"
|
||||
authors = ["Vladimir Matveev <vmatveev@citrine.cc>"]
|
||||
include = [
|
||||
"src/**",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
]
|
||||
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}}"
|
||||
|
||||
[lib]
|
||||
name = "xml"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "xml-analyze"
|
||||
path = "src/analyze.rs"
|
||||
|
||||
[badges.maintenance]
|
||||
status = "actively-developed"
|
||||
Loading…
Add table
Add a link
Reference in a new issue