# 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 = "bookmark-cd" version = "1.0.12" authors = ["Alec Brown "] description = "Bookmark directories and move to them" homepage = "https://bcd.a1ecbr0wn.com" readme = "README.md" keywords = [ "filesystem", "utility", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/a1ecbr0wn/bcd" [[bin]] name = "bookmark-cd" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.csv] version = "1.3" [dependencies.home] version = "0.5.9" [dependencies.pshell] version = "1.0.12" [dependencies.snapcraft] version = "0.3.0" [dependencies.tabled] version = "0.15.0" [build-dependencies.clap] version = "4.5" features = ["derive"] [build-dependencies.clap_complete] version = "4.5" [build-dependencies.clap_complete_fig] version = "4.5" [build-dependencies.home] version = "0.5.9" [build-dependencies.pshell] version = "1.0.12" [build-dependencies.snapcraft] version = "0.3.0"