# 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 = "inindexer" version = "1.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A framework for building NEAR Protocol indexers" documentation = "https://docs.rs/inindexer" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/INTEARnear/inindexer" [package.metadata.docs.rs] all-features = true [lib] name = "inindexer" path = "src/lib.rs" [[example]] name = "download" path = "examples/download.rs" required-features = ["neardata"] [[example]] name = "ft-transfers" path = "examples/ft_transfers.rs" required-features = ["neardata"] [[example]] name = "watch-the-slime" path = "examples/watch_the_slime.rs" required-features = ["neardata"] [[example]] name = "watch-the-slime-lake" path = "examples/watch_the_slime_lake.rs" required-features = ["lake"] [dependencies.async-trait] version = "0.1.79" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.21" [dependencies.near-indexer-primitives] version = "0.23.0" [dependencies.near-lake-framework] version = "=0.7.9" optional = true [dependencies.reqwest] version = "0.12.4" optional = true [dependencies.semver] version = "1.0.22" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.37.0" features = [ "signal", "fs", "rt", "sync", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.11" [dev-dependencies.simple_logger] version = "5.0.0" [dev-dependencies.temp-file] version = "0.1.8" [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", "time", ] [features] default = [] lake = ["near-lake-framework"] neardata = ["reqwest"]