seella 0.3.3

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

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

[[bin]]
name = "seella"
path = "src/main.rs"

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

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

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

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

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

[dependencies.csv]
version = "1"

[dependencies.scylla]
version = "0.9"

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

[dependencies.thiserror]
version = "1"

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

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