wovensnake 0.2.0

A high-performance Python package manager built with Rust.
Documentation
[[bin]]
name = "woven"
path = "src/main.rs"

[build-dependencies]

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1.1.5"

[dependencies.futures]
version = "0.3.31"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.log]
version = "0.4"

[dependencies.pep440]
version = "0.2.0"

[dependencies.pep508_rs]
version = "0.9.2"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tar]
version = "0.4.44"

[dependencies.tempfile]
version = "3.1"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.toml]
version = "0.5"

[dependencies.zip]
version = "7.0.0"

[dev-dependencies.mockito]
version = "0.31"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
default = ["logging"]
logging = []

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

[package]
authors = ["jackby03 jackdelaguilavilla03@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A high-performance Python package manager built with Rust."
edition = "2021"
homepage = "https://github.com/jackby03/wovensnake"
keywords = ["python", "package-manager", "rust", "installer", "cli"]
license = "MIT"
name = "wovensnake"
readme = "README.md"
repository = "https://github.com/jackby03/wovensnake"
version = "0.2.0"

[package.metadata]
repository = "https://github.com/jackby03/wovensnake"

[profile.dev]
debug = 2
opt-level = 0
split-debuginfo = "unpacked"

[profile.release]
debug = 0
lto = true
opt-level = 3

[[test]]
name = "acceptance"
path = "tests/acceptance/story_init.rs"

[[test]]
name = "integration_core"
path = "tests/integration/core_flow.rs"

[[test]]
name = "integration_features"
path = "tests/integration/features.rs"

[[test]]
name = "system"
path = "tests/system/cli_execution.rs"

[[test]]
name = "unit"
path = "tests/unit/models.rs"