# 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 = "idex" version = "0.4.0" authors = ["TheEmeraldBee"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An IDE like terminal project file explorer" readme = "README.md" license = "MIT" repository = "https://github.com/TheEmeraldBee/Idex" [[bin]] name = "idex" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.ascii-forge] version = "0.2.13" [dependencies.crokey] version = "1.1.0" [dependencies.crossterm] version = "0.28.1" features = ["serde"] [dependencies.dirs] version = "5.0.1" [dependencies.globset] version = "0.4.15" features = [ "serde", "serde1", ] [dependencies.serde] version = "1.0.210" [dependencies.serde-tuple-vec-map] version = "1.0.1" [dependencies.serde_derive] version = "1.0.210" [dependencies.shellexpand] version = "3.1.0" [dependencies.toml] version = "0.8.19"