# 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 = "papyrus_config" version = "0.4.0-rc.0" description = "A library for handling node configuration." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/starkware-libs/papyrus/" [package.metadata.cargo-udeps.ignore] development = ["tempfile"] [dependencies.clap] version = "4.3.10" features = [ "env", "string", ] [dependencies.itertools] version = "0.10.5" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.81" features = ["arbitrary_precision"] [dependencies.strum_macros] version = "0.25.2" [dependencies.thiserror] version = "1.0.31" [dependencies.validator] version = "0.12" features = ["derive"] [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.itertools] version = "0.10.5" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tempfile] version = "3.3.0"