thirdpass-rs 0.2.0

Rust ecosystem extension for the Thirdpass package review system.
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 = "2018"
name = "thirdpass-rs"
version = "0.2.0"
authors = ["rndhouse <rndhouse@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust ecosystem extension for the Thirdpass package review system."
readme = "README.md"
license = "MIT"
repository = "https://github.com/thirdpass-org/thirdpass-rs"

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

[[bin]]
name = "thirdpass-rs"
path = "src/bin.rs"

[dependencies.anyhow]
version = "1.0.31"

[dependencies.reqwest]
version = "0.10.6"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0.104"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.48"

[dependencies.structopt]
version = "0.3.14"

[dependencies.tempdir]
version = "0.3.7"

[dependencies.thirdpass-core]
version = "0.4.0"

[dependencies.url]
version = "2.1.1"