# 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 = "ingest" version = "0.1.1" authors = ["Tommaso De Ponti @ xyclooLabs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Single and multi-threaded custom ingestion crate for Stellar Futurenet, written in Rust." homepage = "https://github.com/xycloo/rs-ingest" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/xycloo/rs-ingest" [lib] name = "ingest" path = "src/lib.rs" [[bin]] name = "hello" path = "src/bin/hello.rs" [[bin]] name = "hello_multi_thread" path = "src/bin/hello_multi_thread.rs" [[bin]] name = "hello_pubnet" path = "src/bin/hello_pubnet.rs" [[bin]] name = "hello_testnet" path = "src/bin/hello_testnet.rs" [[bin]] name = "invoke_host_statistic" path = "src/bin/invoke_host_statistic.rs" [[bin]] name = "online_event_streaming" path = "src/bin/online_event_streaming.rs" [[bin]] name = "online_pubnet" path = "src/bin/online_pubnet.rs" [[bin]] name = "online_testnet" path = "src/bin/online_testnet.rs" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.139" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.stellar-xdr] version = "=21.2.0" features = [ "next", "curr", "serde", "base64", ] [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.0" features = ["full"]