# 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 = "preimage-server" version = "0.1.0" authors = ["Willem Olding "] description = "A simple preimage server process compatible with the Optimism `cannon` emulator. Can serve preimages from a json file." license = "LGPL-3.0" resolver = "1" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.15" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.19" [dependencies.serde_json] version = "1.0.103" [dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", "fs", "io-util", "signal", "sync", "time", ]