apollo_config 0.18.0-dev.0

A library for handling node configuration.
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_config"
version = "0.18.0-dev.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for handling node configuration."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/starkware-libs/sequencer/"

[features]
testing = [
    "apollo_infra_utils/testing",
    "dep:colored",
]

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

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

[dependencies.clap]
version = "4.5.4"
features = [
    "env",
    "string",
]

[dependencies.colored]
version = "3"
optional = true

[dependencies.const_format]
version = "0.2.30"

[dependencies.itertools]
version = "0.12.1"

[dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.116"
features = ["arbitrary_precision"]

[dependencies.strum_macros]
version = "0.25.2"

[dependencies.thiserror]
version = "1.0.37"

[dependencies.tracing]
version = "0.1.37"

[dependencies.url]
version = "2.5.0"
features = ["serde"]

[dependencies.validator]
version = "0.20"
features = ["derive"]

[dev-dependencies.apollo_infra_utils]
version = "0.18.0-dev.0"
features = ["testing"]

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

[dev-dependencies.colored]
version = "3"

[dev-dependencies.itertools]
version = "0.12.1"

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

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

[lints.clippy]
as_conversions = "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)",
]