apollo_compilation_utils 0.18.0-dev.2

A utility crate for Sierra compilation related code.
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 = "apollo_compilation_utils"
version = "0.18.0-dev.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility crate for Sierra compilation related code."
readme = false
license = "Apache-2.0"
repository = "https://github.com/starkware-libs/sequencer/"

[features]
testing = []

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

[dependencies.cairo-lang-sierra]
version = "2.16.0"

[dependencies.cairo-lang-starknet-classes]
version = "2.16.0"

[dependencies.cairo-lang-utils]
version = "2.16.0"

[dependencies.rlimit]
version = "0.10.2"

[dependencies.serde]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.116"

[dependencies.starknet-types-core]
version = "0.2.4"

[dependencies.starknet_api]
version = "0.18.0-dev.2"

[dependencies.tempfile]
version = "3.7.0"

[dependencies.thiserror]
version = "1.0.37"

[dev-dependencies.apollo_infra_utils]
version = "0.18.0-dev.2"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.rstest]
version = "0.26.1"

[build-dependencies.apollo_infra_utils]
version = "0.18.0-dev.2"

[build-dependencies.tempfile]
version = "3.7.0"

[lints.clippy]
as_conversions = "warn"
await_holding_lock = "warn"
await_holding_refcell_ref = "warn"

[lints.rust]
future-incompatible = "warn"
nonstandard-style = "warn"
rust-2018-idioms = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage_nightly)",
    "cfg(addr_of)",
]