exspec-lang-python 0.4.4

Python language support for exspec
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 = "exspec-lang-python"
version = "0.4.4"
authors = ["morodomi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python language support for exspec"
readme = false
license = "MIT"
repository = "https://github.com/morodomi/exspec"

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

[dependencies.exspec-core]
version = "0.4.4"

[dependencies.regex]
version = "1"

[dependencies.streaming-iterator]
version = "0.1"

[dependencies.tree-sitter]
version = "0.24"

[dependencies.tree-sitter-python]
version = "0.23"

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