pyfalcon-core 0.1.5

The core library for disassembling Python, used by pyfalcon
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 = "pyfalcon-core"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core library for disassembling Python, used by pyfalcon"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/Svenskithesource/pyfalcon"

[features]
default = [
    "v310",
    "v311",
    "v312",
    "v313",
]
v310 = ["pyc_editor/v310"]
v311 = ["pyc_editor/v311"]
v312 = ["pyc_editor/v312"]
v313 = ["pyc_editor/v313"]

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

[dependencies.pyc_editor]
version = "0.4.3"
default-features = false

[dependencies.python_marshal]
version = "0.4.7"

[dependencies.yansi]
version = "1.0.1"