seella 0.3.2

A tool for visualising the traces emitted by ScyllaDB
Documentation
[[bin]]
name = "seella"
path = "src/main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.csv]
version = "1"

[dependencies.scylla]
version = "0.9"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["rt-multi-thread"]
version = "1"

[dependencies.uuid]
features = ["serde"]
version = "1"

[lib]
name = "seella"
path = "src/lib.rs"

[package]
authors = ["Karl Voss <karl.p.voss@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "visualization", "database"]
description = "A tool for visualising the traces emitted by ScyllaDB"
edition = "2021"
keywords = ["scylla", "scylladb", "tracing", "visualize"]
license = "MIT"
name = "seella"
readme = "README.md"
repository = "https://github.com/karlpvoss/seella"
version = "0.3.2"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "cassandra"
path = "tests/cassandra.rs"

[[test]]
name = "util"
path = "tests/util.rs"