# 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 = "easychangedirectory" version = "0.8.0" authors = ["dijdzv "] description = "Tools for easy cd" readme = "README.md" keywords = [ "cli", "terminal", "cd", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dijdzv/easychangedirectory" [profile.release] lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.17" features = [ "cargo", "derive", ] [dependencies.crossterm] version = "0.26.1" [dependencies.envy] version = "0.4.2" [dependencies.exitcode] version = "1.1.2" [dependencies.handlebars] version = "4.3.7" [dependencies.home] version = "0.5.5" [dependencies.log] version = "0.4.19" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.simplelog] version = "0.12.1" [dependencies.tui] version = "0.19.0"