mollify-parse 0.1.2

Python parsing for Mollify, built on Astral's ruff_python_parser/ruff_python_ast behind parser-agnostic types (see ADR-0001).
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"
name = "mollify-parse"
version = "0.1.2"
authors = ["Favio Vázquez <favio.vazquezp@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python parsing for Mollify, built on Astral's ruff_python_parser/ruff_python_ast behind parser-agnostic types (see ADR-0001)."
readme = false
license = "MIT"
repository = "https://github.com/FavioVazquez/mollify"

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

[dependencies.camino]
version = "1"
features = ["serde1"]

[dependencies.ruff_python_ast]
version = "=0.0.3"

[dependencies.ruff_python_parser]
version = "=0.0.3"

[dependencies.ruff_source_file]
version = "=0.0.3"

[dependencies.ruff_text_size]
version = "=0.0.3"

[dependencies.thiserror]
version = "2"