# 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 = "2018" name = "desed" version = "1.2.2" authors = ["Petr Šťastný "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sed script debugger. Debug and demystify your sed scripts with TUI debugger." homepage = "https://soptik.tech/" readme = "README.md" keywords = [ "awk", "debugger", "debugging", "tui", ] categories = [ "command-line-utilities", "development-tools", "development-tools::debugging", ] license = "GPL-3.0-or-later" repository = "https://github.com/SoptikHa2/desed" [[bin]] name = "desed" path = "src/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.crossterm] version = "0.28.0" [dependencies.tui] version = "0.28.0" features = ["crossterm"] default-features = false package = "ratatui" [target.'cfg(any(target_os="macos", target_os="dragonfly", target_os="freebsd", target_os="netbsd", target_os="openbsd"))'.dependencies.kqueue] version = "1.0.6" [target.'cfg(target_os = "linux")'.dependencies.inotify] version = "0.10.0"