# 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 = "essential-read" version = "0.2.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility crate for reading contracts and solutions from disk" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-integration" [lib] name = "essential_read" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.essential-types] version = "0.2.0" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.tracing] version = "0.1.40" optional = true [features] tracing = ["dep:tracing"]