cairo-native 0.9.0-rc.4

A compiler to convert Cairo's IR Sierra code to MLIR and execute it.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "core"
version = "2.16.0"
edition = "2025_12"
experimental-features = [
  "associated_item_constraints",
  "coupons",
  "negative_impls",
  "user_defined_inline_macros",
]

# NOTE: This is non-public, unstable Scarb's field, which instructs resolver that this package does not
#   depend on `core`, which is only true for this particular package. Nobody else should use it.
no-core = true

[dev-dependencies]
cairo_test = "2.16.0"