pro-core 0.1.13

Core library for Pro Python package manager
Documentation
[package]
name = "pro-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Core library for Pro Python package manager"

[dependencies]
pro-plugin.workspace = true

tokio.workspace = true
serde.workspace = true
serde_json.workspace = true
toml.workspace = true
toml_edit.workspace = true
glob.workspace = true
thiserror.workspace = true
anyhow.workspace = true
tracing.workspace = true
reqwest.workspace = true
futures.workspace = true
pubgrub.workspace = true
rayon.workspace = true
flate2.workspace = true
zstd.workspace = true
zip.workspace = true
sha2.workspace = true
hex.workspace = true
indexmap.workspace = true
smallvec.workspace = true
regex.workspace = true
walkdir.workspace = true
tar.workspace = true
base64.workspace = true
chrono.workspace = true
dirs.workspace = true

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

[[bench]]
name = "benchmarks"
harness = false