# 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 = "teleport-dir" version = "0.1.0" authors = ["Jascha van Aalst"] description = "Simple rust command to navigate into the origin dir of a symlinked file." homepage = "https://github.com/jascha030/teleport-dir" readme = "README.md" keywords = ["zsh", "symlink", "cd", "teleport", "directory"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jascha030/teleport-dir" resolver = "2" [dependencies.askama] version = "0.11.1" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.path-absolutize] version = "3.0.12"