xrusty 0.3.0

Command-line application to parse documents and transform using χrust
# 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 = "2024"
name = "xrusty"
version = "0.3.0"
authors = ["Steve Ball <Steve.Ball@explain.com.au>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line application to parse documents and transform using χrust"
documentation = "https://docs.rs/xrusty/"
readme = "README.md"
keywords = [
    "xml",
    "xpath",
    "xslt",
    "markdown",
]
license = "Apache-2.0"
repository = "https://gitlab.gnome.org/balls/xrusty.git"

[[bin]]
name = "xrusty"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.46"
features = ["derive"]

[dependencies.url]
version = "2.5.7"

[dependencies.xrust]
version = "2.2"

[dependencies.xrust-md]
version = "0.2.2"

[dependencies.xrust-net]
version = "0.3"