cairo-lang-utils 1.1.0

General utilities for the Cairo compiler project.
Documentation
[package]
name = "cairo-lang-utils"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
description = "General utilities for the Cairo compiler project."

[features]
testing = []

[dependencies]
env_logger.workspace = true
indexmap.workspace = true
itertools.workspace = true
log.workspace = true
num-bigint.workspace = true
num-integer.workspace = true
num-traits.workspace = true
serde.workspace = true
time.workspace = true

[dev-dependencies]
serde_json.workspace = true
test-case.workspace = true
test-log.workspace = true