# 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" rust-version = "1.77.0" name = "shmarks" version = "0.1.13" authors = ["Belkanov Dmitriy "] exclude = [".vscode"] description = "Directory bookmarks for the shell." homepage = "https://github.com/ybda/shmarks" readme = "README.md" categories = [ "command-line-interface", "command-line-utilities", ] license = "GPL-3.0-only" repository = "https://github.com/ybda/shmarks" [dependencies.clap] version = "4.5.3" features = [ "cargo", "derive", ] [dependencies.dirs] version = "5.0.1" [dependencies.indexmap] version = "2.2.5" features = ["serde"] [dependencies.nu-ansi-term] version = "0.50" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8.11" features = ["preserve_order"] [lints.rust] unsafe_code = "forbid"