cairo-lang-executable-plugin 2.16.0-rc.0

Cairo executable plugin.
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"
rust-version = "1.86"
name = "cairo-lang-executable-plugin"
version = "2.16.0-rc.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cairo executable plugin."
readme = false
license-file = "LICENSE"
repository = "https://github.com/starkware-libs/cairo/"
resolver = "2"

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

[dependencies.cairo-lang-defs]
version = "=2.16.0-rc.0"

[dependencies.cairo-lang-filesystem]
version = "=2.16.0-rc.0"

[dependencies.cairo-lang-semantic]
version = "=2.16.0-rc.0"

[dependencies.cairo-lang-syntax]
version = "=2.16.0-rc.0"

[dependencies.indoc]
version = "2.0.6"

[dependencies.itertools]
version = "0.14.0"
default-features = true

[dependencies.salsa]
version = "0.26.0"

[dev-dependencies.cairo-lang-compiler]
version = "=2.16.0-rc.0"

[dev-dependencies.cairo-lang-plugins]
version = "=2.16.0-rc.0"
features = ["testing"]

[dev-dependencies.cairo-lang-utils]
version = "=2.16.0-rc.0"
features = ["tracing"]

[dev-dependencies.indoc]
version = "2.0.6"

[dev-dependencies.tracing]
version = "0.1.40"