# 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 = "qcd" version = "0.1.1" authors = ["Claas Bontus"] description = "Quickly change directory on the command line" homepage = "https://github.com/ClaasBontus/qcd_rs" readme = "README.md" keywords = [ "linux", "command-line", "utility", "terminal", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ClaasBontus/qcd_rs" [[bin]] name = "qcd_rs" path = "src/main.rs" [dependencies.camino] version = "1.1.6" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.path-absolutize] version = "3.1" [dependencies.rusqlite] version = "0.29" features = ["bundled"] [dependencies.simple-home-dir] version = "0.1.4" [dev-dependencies.serial_test] version = "2.0"