# 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.1" authors = ["Karl Voss "] description = "A tool for visualising the traces emitted by ScyllaDB" readme = "README.md" keywords = [ "scylla", "scylladb", "tracing", "visualise", ] categories = [ "development-tools::debugging", "visualization", "database", ] license = "MIT" repository = "https://github.com/karlpvoss/seella" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.csv] version = "1.2.2" [dependencies.scylla] version = "0.9.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.32.0" features = ["rt-multi-thread"] [dependencies.uuid] version = "1.4.1" features = ["serde"]