# 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 = "explore" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "terminal file explorer" readme = "README.md" license = "MIT" repository = "https://github.com/nathanroark/explore" [lib] name = "explore" path = "src/lib.rs" [[bin]] name = "explore" path = "src/main.rs" [dependencies.color-eyre] version = "0.6.3" [dependencies.once_cell] version = "1.19.0" [dependencies.ratatui] version = "0.27.0" [dependencies.regex] version = "1.10.5" [dependencies.syntect] version = "5.2.0" [dependencies.tokio] version = "1.39.2"