# 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 = "markd" version = "0.2.1" authors = ["Maaz Ahmed "] exclude = [ "*.png", ".github/workflows", ] description = "Bookmark directories for easy directory-hopping in the terminal" documentation = "https://github.com/VoltaireNoir/markd/tree/main#readme" readme = "README.md" keywords = [ "cli", "bookmark", "cd", "terminal", "directories", ] categories = [ "command-line-utilities", "filesystem", "development-tools", ] license = "MIT" repository = "https://github.com/voltaireNoir/markd" [profile.dist] inherits = "release" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.8" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "5.0.1" [dependencies.once_cell] version = "1.18.0" [dependencies.serde_json] version = "1.0.99" [dependencies.tabled] version = "0.12.2" features = ["std"] default-features = false [dependencies.toml] version = "0.8.6"