cairo-lang-utils 2.12.4

General utilities for the Cairo compiler project.
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 = "cairo-lang-utils"
version = "2.12.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "General utilities for the Cairo compiler project."
readme = false
license-file = "LICENSE"
repository = "https://github.com/starkware-libs/cairo/"

[features]
default = ["std"]
env_logger = [
    "std",
    "dep:env_logger",
    "dep:time",
    "dep:log",
]
parity-scale-codec = ["dep:parity-scale-codec"]
schemars = [
    "std",
    "serde",
    "dep:schemars",
]
serde = [
    "dep:serde",
    "num-bigint/serde",
    "indexmap/serde",
    "smol_str/serde",
]
std = [
    "indexmap/std",
    "num-bigint/std",
    "num-traits/std",
    "serde?/std",
    "smol_str/std",
]
testing = []

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

[dependencies.env_logger]
version = "0.11.6"
optional = true

[dependencies.hashbrown]
version = "0.15.2"
features = ["serde"]

[dependencies.indexmap]
version = "2.7.1"
default-features = false

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

[dependencies.log]
version = "0.4.25"
optional = true

[dependencies.num-bigint]
version = "0.4.6"
default-features = false

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.parity-scale-codec]
version = "3.7.4"
features = ["derive"]
optional = true
default-features = false

[dependencies.schemars]
version = "0.8.21"
features = [
    "preserve_order",
    "preserve_order",
]
optional = true

[dependencies.serde]
version = "1.0.217"
features = [
    "derive",
    "rc",
    "alloc",
]
optional = true
default-features = false

[dependencies.smol_str]
version = "0.3.2"
default-features = false

[dependencies.time]
version = "0.3.37"
features = [
    "formatting",
    "macros",
    "local-offset",
]
optional = true

[dev-dependencies.env_logger]
version = "0.11.6"

[dev-dependencies.serde_json]
version = "1.0.138"

[dev-dependencies.test-case]
version = "3.3.1"

[dev-dependencies.test-log]
version = "0.2.17"