pythonize 0.28.0

Serde Serializer & Deserializer from Rust <--> Python, backed by PyO3.
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 = "2021"
rust-version = "1.83"
name = "pythonize"
version = "0.28.0"
authors = ["David Hewitt <1939362+davidhewitt@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serde Serializer & Deserializer from Rust <--> Python, backed by PyO3."
homepage = "https://github.com/davidhewitt/pythonize"
documentation = "https://docs.rs/crate/pythonize/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/davidhewitt/pythonize"

[features]
arbitrary_precision = [
    "serde_json",
    "serde_json/arbitrary_precision",
]

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

[[test]]
name = "test_arbitrary_precision"
path = "tests/test_arbitrary_precision.rs"

[[test]]
name = "test_custom_types"
path = "tests/test_custom_types.rs"

[[test]]
name = "test_with_serde_path_to_err"
path = "tests/test_with_serde_path_to_err.rs"

[dependencies.pyo3]
version = "0.28"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["std"]
default-features = false

[dependencies.serde_json]
version = "1.0"
features = ["std"]
optional = true
default-features = false

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.pyo3]
version = "0.28"
features = [
    "auto-initialize",
    "macros",
    "py-clone",
]
default-features = false

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false

[dev-dependencies.serde_bytes]
version = "0.11"

[dev-dependencies.serde_json]
version = "1.0"
features = ["std"]
default-features = false

[dev-dependencies.serde_path_to_error]
version = "0.1.15"