python_marshal 0.4.9

A Rust library for reading and writing Python marshal files.
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"
name = "python_marshal"
version = "0.4.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for reading and writing Python marshal files."
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/Svenskithesource/python-marshal"

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

[[example]]
name = "load_string"
path = "examples/load_string.rs"

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

[dependencies.bitflags]
version = "2.9.1"

[dependencies.bstr]
version = "1.11.3"

[dependencies.hashable]
version = "0.0.0"

[dependencies.indexmap]
version = "2.10.0"

[dependencies.log]
version = "0.4.25"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.num-complex]
version = "0.4.6"

[dependencies.num-derive]
version = "0.4.2"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.ordered-float]
version = "5.0.0"

[dev-dependencies.cmd_lib]
version = "1.9.6"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.rayon]
version = "1.10.0"

[dev-dependencies.reqwest]
version = "0.12.20"
features = ["blocking"]

[dev-dependencies.tempfile]
version = "3.15.0"

[dev-dependencies.zip]
version = "4.2.0"

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3