# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "goto-cd" version = "2.1.1" authors = ["Henrik 'CatEars' Adolfsson "] include = ["src/**/*", "README.md", "changelog.txt", "LICENSE", "docs/manual/*"] description = "Teleportation for the command-line" homepage = "https://github.com/CatEars/goto" documentation = "https://github.com/CatEars/goto/tree/master/docs" readme = "README.md" keywords = ["bookmark", "CLI", "terminal"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/CatEars/goto" [dependencies.clap] version = "2.33.3" [dependencies.dirs] version = "3.0.1" [dependencies.dirs-next] version = "2.0.0" [dependencies.dunce] version = "1.0.2" [dependencies.rust-embed] version = "6.0.1" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.term] version = "0.7.0" [dependencies.toml] version = "0.5.3"