# 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 = "firedbg-stream-indexer" version = "1.74.0" authors = [ "Chris Tsang ", "Billy Chan ", ] description = "FireDBG Event Indexer" homepage = "https://firedbg.sea-ql.org" documentation = "https://docs.rs/firedbg-stream-indexer" readme = "README.md" keywords = ["sqlite"] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/SeaQL/FireDBG.for.Rust" [[bin]] name = "firedbg-indexer" path = "src/main.rs" required-features = ["executable"] [dependencies.anyhow] version = "1" optional = true [dependencies.async-trait] version = "0.1" optional = true [dependencies.env_logger] version = "0.9" optional = true [dependencies.firedbg-rust-debugger] version = "1.74.1" default-features = false [dependencies.flume] version = "0.10" features = ["async"] optional = true default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.pretty_assertions] version = "1" optional = true [dependencies.sea-orm] version = "0.12" [dependencies.sea-streamer] version = "0.3" features = [ "file", "socket", "json", ] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.structopt] version = "0.3" optional = true [dependencies.tokio] version = "1" optional = true [features] default = ["executable"] executable = [ "anyhow", "env_logger", "flume", "tokio/full", "serde_json", "structopt", "sea-streamer/runtime-tokio", "sea-orm/sqlx-sqlite", "sea-orm/runtime-tokio-native-tls", "pretty_assertions", "async-trait", ]