[package] name = "puffin-resolver" version = "0.0.1" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } documentation = { workspace = true } repository = { workspace = true } authors = { workspace = true } license = { workspace = true } [lints] workspace = true [dependencies] cache-key = { path = "../cache-key" } distribution-filename = { path = "../distribution-filename", features = ["serde"] } distribution-types = { path = "../distribution-types" } install-wheel-rs = { path = "../install-wheel-rs" } pep440_rs = { path = "../pep440-rs" } pep508_rs = { path = "../pep508-rs" } platform-host = { path = "../platform-host" } platform-tags = { path = "../platform-tags" } puffin-cache = { path = "../puffin-cache" } puffin-client = { path = "../puffin-client" } puffin-distribution = { path = "../puffin-distribution" } puffin-git = { path = "../puffin-git" } puffin-interpreter = { path = "../puffin-interpreter" } puffin-warnings = { path = "../puffin-warnings" } puffin-normalize = { path = "../puffin-normalize" } puffin-traits = { path = "../puffin-traits" } pypi-types = { path = "../pypi-types" } requirements-txt = { path = "../requirements-txt" } anyhow = { workspace = true } bitflags = { workspace = true } chrono = { workspace = true } clap = { workspace = true, features = ["derive"], optional = true } colored = { workspace = true } derivative = { workspace = true } fs-err = { workspace = true, features = ["tokio"] } futures = { workspace = true } http-cache-semantics = { workspace = true } itertools = { workspace = true } once_cell = { workspace = true } petgraph = { workspace = true } pubgrub = { workspace = true } reqwest = { workspace = true } rustc-hash = { workspace = true } serde_json = { workspace = true } sha2 = { workspace = true } tempfile = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true, features = ["macros"] } tokio-util = { workspace = true, features = ["compat"] } tracing = { workspace = true } url = { workspace = true } waitmap = { workspace = true } zip = { workspace = true } [dev-dependencies] gourgeist = { path = "../gourgeist" } puffin-interpreter = { path = "../puffin-interpreter" } once_cell = { version = "1.19.0" } insta = { version = "1.34.0" } [features] # Introduces a dependency on PyPI. pypi = []