distrib-python 0.0.1

Distrib helps you distribute your software.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "distrib-python"
version = "0.0.1"
authors = ["Arto Bendiken"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distrib helps you distribute your software."
homepage = "https://distrib.sh"
readme = "README.md"
keywords = ["distrib"]
categories = [
    "command-line-utilities",
    "api-bindings",
    "development-tools::ffi",
    "no-std",
]
license = "Unlicense"
repository = "https://github.com/artob/distrib"
resolver = "2"

[package.metadata.readmer.project]
title = "Distrib: Python Support"
summary = "Distrib helps you distribute your software."

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
all = []
alloc = []
default = [
    "all",
    "std",
]
pyo3 = ["dep:pyo3"]
serde = [
    "dep:serde",
    "dep:serde_json",
]
std = ["alloc"]
unstable = []

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

[dependencies.derive_more]
version = "2"
features = [
    "display",
    "from_str",
]
default-features = false

[dependencies.dogma]
version = "0.2.1"
default-features = false

[dependencies.pyo3]
version = "0.29"
optional = true
default-features = false

[dependencies.pyproject-toml]
version = "0.13"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
default-features = false

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.toml0]
version = "0.9"
default-features = false
package = "toml"