find-binary-version 0.5.1

Identify binary versions easily
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 = "find-binary-version"
version = "0.5.1"
authors = ["Otavio Salvador <otavio@ossystems.com.br>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Identify binary versions easily"
homepage = "https://github.com/OSSystems/find-binary-version-rs"
documentation = "https://docs.rs/find-binary-version"
readme = "README.md"
keywords = [
    "version",
    "binary",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/OSSystems/find-binary-version-rs"

[badges.travis-ci]
repository = "OSSystems/find-binary-version-rs"

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

[[example]]
name = "find-binary-version"
path = "examples/find-binary-version.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.compress-tools]
version = "0.14"
features = ["tokio_support"]

[dependencies.regex]
version = "1"

[dependencies.tokio]
version = "1"
features = ["io-util"]

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.structopt]
version = "0.3"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]