pyc_editor 0.4.5

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

[features]
dot = ["dep:petgraph"]
sir = []
v310 = []
v311 = []
v312 = []
v313 = []

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

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

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

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

[[bench]]
name = "cfg_creation"
path = "benches/cfg_creation.rs"
harness = false

[[bench]]
name = "extended_args"
path = "benches/extended_args.rs"
harness = false

[[bench]]
name = "sir_creation"
path = "benches/sir_creation.rs"
harness = false

[dependencies.bitflags]
version = "2.9.1"

[dependencies.displaydoc]
version = "0.2.5"

[dependencies.hashable]
version = "0.0.0"

[dependencies.indexmap]
version = "2.10.0"

[dependencies.nohash-hasher]
version = "0.2.0"

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

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

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

[dependencies.paste]
version = "1.0.15"

[dependencies.petgraph]
version = "0.8.3"
optional = true

[dependencies.python-instruction-dsl-proc]
version = "0.2.2"

[dependencies.python_marshal]
version = "0.4.6"

[dependencies.store-interval-tree]
version = "0.4.0"

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

[dev-dependencies.criterion]
version = "0.7.0"
features = ["html_reports"]

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

[dev-dependencies.insta]
version = "1.46.3"
features = ["filters"]

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

[dev-dependencies.pretty_assertions]
version = "1.4.1"

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

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

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

[profile.bench]
debug = 2

[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3