# 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 = "rualdlib" version = "0.1.5" authors = ["Jean-Pierre Geslin ", "Lucas Burns "] description = "Rust Aliasing Directory" keywords = ["cli", "utility", "bash", "zsh", "fzf"] categories = ["command-line-utilities", "filesystem"] license = "AGPL-3.0-or-later" repository = "https://github.com/Jarsop/rualdi" [dependencies.anyhow] version = "1.0.32" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "3.0.2" [dependencies.indexmap] version = "1.7.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.116" [dependencies.serde_derive] version = "1.0.116" [dependencies.shellexpand] version = "2.1.0" [dependencies.terminal_size] version = "0.1.17" [dependencies.toml] version = "0.5.6" [dev-dependencies.tempfile] version = "3.1.0" [features] dumb_terminal = ["colored/no-color"]