# 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" rust-version = "1.81.0" name = "near-lake-framework" version = "0.7.10" authors = ["Near Inc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to connect to the NEAR Lake S3 and stream the data" readme = "README.md" keywords = [ "near", "near-lake", "near-indexer", ] categories = [ "asynchronous", "api-bindings", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/near/near-lake-framework" [lib] name = "near_lake_framework" path = "src/lib.rs" doctest = false [dependencies.anyhow] version = "1.0.79" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.77" [dependencies.aws-config] version = "1.1.3" features = ["behavior-version-latest"] [dependencies.aws-credential-types] version = "1.1.3" [dependencies.aws-sdk-s3] version = "1.13.0" [dependencies.aws-smithy-types] version = "1.1.3" [dependencies.aws-types] version = "1.1.3" [dependencies.derive_builder] version = "0.13.0" [dependencies.futures] version = "0.3.30" [dependencies.near-indexer-primitives] version = "0.27.0" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = [ "sync", "time", "rt", "macros", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tracing] version = "0.1.40"