iksemel 0.1.1

XML parser for Rust
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 = "2021"
name = "iksemel"
version = "0.1.1"
authors = [
    "Süleyman Poyraz",
    "Gurer Ozen",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "XML parser for Rust"
readme = "README.md"
license = "LGPL-2.1"

[lib]
name = "iksemel"
path = "src/lib.rs"

[[bin]]
name = "ikslint"
path = "tools/ikslint.rs"

[[bin]]
name = "iksperf"
path = "tools/iksperf.rs"

[[bin]]
name = "iksroster"
path = "tools/iksroster.rs"

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

[dependencies.hex]
version = "0.4"

[dependencies.native-tls]
version = "0.2"

[dependencies.rpassword]
version = "7.3"

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]