[package]
name = "distrib-python"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
description.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
publish.workspace = true
[package.metadata.readmer.project]
title = "Distrib: Python Support"
summary = "Distrib helps you distribute your software."
[features]
default = ["all", "std"]
all = []
alloc = []
std = ["alloc"]
unstable = []
pyo3 = ["dep:pyo3"]
serde = ["dep:serde", "dep:serde_json"]
[dependencies]
derive_more = { workspace = true, features = ["display", "from_str"] }
dogma.workspace = true
pyproject-toml.workspace = true
thiserror.workspace = true
toml0.workspace = true
pyo3 = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
serde_json = { workspace = true, optional = true }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]