# 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 = "pallas-upstream" version = "0.19.0-alpha.0" authors = ["Santiago Carmuega "] description = "Opinionated implementation of component that pulls chain data from an upstream node" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-upstream" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" resolver = "1" [dependencies.async-trait] version = "0.1.68" [dependencies.byteorder] version = "1.4.3" [dependencies.gasket] version = "0.2.0" [dependencies.hex] version = "0.4.3" [dependencies.pallas-codec] version = "0.19.0-alpha.0" [dependencies.pallas-crypto] version = "0.19.0-alpha.0" [dependencies.pallas-network] version = "0.19.0-alpha.0" [dependencies.pallas-traverse] version = "0.19.0-alpha.0" [dependencies.serde] version = "1.0.154" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1" features = [ "net", "macros", "io-util", ] [dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.16"