pro-plugin 0.1.13

Plugin SDK for Pro Python package manager
Documentation
[package]
name = "pro-plugin"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Plugin SDK for Pro Python package manager"

[dependencies]
extism.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true
toml.workspace = true
reqwest = { workspace = true, features = ["blocking"] }
dirs = "5.0"

[dev-dependencies]
proptest.workspace = true
tempfile.workspace = true