# 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 = "cryo_freeze" version = "0.3.2" build = "build.rs" description = "cryo is the easiest way to extract blockchain data to parquet, csv, or json" homepage = "https://github.com/paradigmxyz/cryo" license = "MIT OR Apache-2.0" repository = "https://github.com/paradigmxyz/cryo" [dependencies.async-trait] version = "0.1.74" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.colored] version = "2.0.4" [dependencies.cryo_to_df] version = "0.3.2" [dependencies.ethers] version = "2.0.10" features = [ "rustls", "ws", "ipc", ] [dependencies.ethers-core] version = "2.0.10" [dependencies.futures] version = "0.3.29" [dependencies.governor] version = "0.6.0" [dependencies.heck] version = "0.4.1" [dependencies.indexmap] version = "2.1.0" [dependencies.indicatif] version = "0.17.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.mesc] version = "0.1.0" [dependencies.polars] version = "0.36.2" features = [ "parquet", "string_encoding", "polars-lazy", "lazy", "binary_encoding", "json", "dtype-struct", ] [dependencies.prefix-hex] version = "0.7.1" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.191" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.thousands] version = "0.2.0" [dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", "sync", ]