# 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.0" authors = ["Otavio Salvador "] 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" resolver = "2" [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"] [badges.travis-ci] repository = "OSSystems/find-binary-version-rs"