cairo-annotations 0.7.0

Structured annotations for Cairo
Documentation
[package]
name = "cairo-annotations"
version.workspace = true
edition.workspace = true

authors.workspace = true
categories.workspace = true
description = "Structured annotations for Cairo"
license.workspace = true
keywords.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
cairo-lang-sierra-to-casm = { workspace = true, optional = true }
cairo-lang-sierra = { workspace = true, optional = true }
starknet-types-core.workspace = true
camino.workspace = true
thiserror.workspace = true
derive_more.workspace = true
serde.workspace = true
serde_json.workspace = true
strum.workspace = true
strum_macros.workspace = true
regex.workspace = true

[dev-dependencies]
assert_fs.workspace = true
snapbox.workspace = true
cairo-annotations = { path = ".", features = ["cairo-lang"] }

[features]
cairo-lang = ["dep:cairo-lang-sierra-to-casm", "dep:cairo-lang-sierra"]