[package]
name = "thirdpass-py"
version = "0.4.0"
authors = ["rndhouse <rndhouse@protonmail.com>"]
edition = "2018"
repository = "https://github.com/thirdpass-org/thirdpass-py"
license = "MIT"
description = "Python ecosystem extension for the Thirdpass package review system."
[lib]
name = "thirdpass_py_lib"
path = "src/lib.rs"
[[bin]]
name = "thirdpass-py"
path = "src/bin.rs"
[dependencies]
thirdpass-core = { path = "../../thirdpass/thirdpass-core", version = "0.4.0" }
anyhow = "1.0.31"
structopt = "0.3.14"
strum = "0.20.0"
strum_macros = "0.20.1"
maplit = "1.0.2"
url = "2.1.1"
reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls"] }
handlebars = "3.1.0"
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.48"
semver = "1.0.4"