# 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" rust-version = "1.70" name = "tailspin" version = "4.0.0" authors = ["Ben Sadeh"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A log file highlighter" readme = "README.md" keywords = [ "log", "syntax-highlighting", "tail", "less", ] license = "MIT" repository = "https://github.com/bensadeh/tailspin" [[bin]] name = "tspin" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.clap_complete] version = "4.5.32" [dependencies.color-eyre] version = "0.6.3" [dependencies.ctrlc] version = "3.4.5" [dependencies.inlet_manifold] version = "0.1.2" [dependencies.linemux] version = "0.3.0" [dependencies.nu-ansi-term] version = "0.50.1" [dependencies.once_cell] version = "1.20.2" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.shellexpand] version = "3.1.0" [dependencies.tempfile] version = "3.13.0" [dependencies.terminal_size] version = "0.4.0" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.toml] version = "0.8.19" [lints.clippy] missing-const-for-fn = "warn"