# 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 = "retread" version = "0.1.1" authors = ["Pil Eghoff "] description = "Retread is a debug adapter that allows you to replay log files in your IDE or editor of choice" homepage = "https://github.com/pileghoff/retread/" readme = "readme.md" license = "GPL-2.0" repository = "https://github.com/pileghoff/retread/" [[bin]] name = "integration_test" path = "src/test.rs" required-features = ["test-server"] [dependencies.anyhow] version = "1.0" [dependencies.crossbeam] version = "0.8.2" [dependencies.dap] version = "0.3.1-alpha1" [dependencies.glob] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.lcs] version = "0.2.0" [dependencies.log] version = "0.4.0" [dependencies.log-panics] version = "2" features = ["with-backtrace"] [dependencies.moka] version = "0.11" [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.9" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.*" [dependencies.thiserror] version = "1.0" [features] default = [] test-server = []