rustpython-unparser 0.2.6

A complete unparser for RustPython ASTs
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.72.1"
name = "rustpython-unparser"
version = "0.2.6"
authors = ["Jan Vollmer <jan@vllmr.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A complete unparser for RustPython ASTs"
readme = "README.md"
license-file = "LICENSE"
repository = "https://codeberg.org/jvllmr/rustpython-unparser"

[features]
transformer = []

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

[dependencies.rustpython-ast]
version = ">=0.4.0"
features = ["rustpython-literal"]

[dependencies.rustpython-literal]
version = ">=0.4.0"

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

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.rustpython-ast]
version = "0.4.0"
features = [
    "fold",
    "unparse",
]

[dev-dependencies.rustpython-parser]
version = "0.4.0"