# 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 = "abhyas" version = "1.5.0" authors = ["Harshal Jadhav "] description = "Abhyas is a Rust command-line application for managing and interacting with a database of links." homepage = "https://github.com/halshar/abhyas" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/halshar/abhyas" [dependencies.dirs] version = "5.0" [dependencies.inquire] version = "0.6.2" [dependencies.rusqlite] version = "0.30.0" features = ["bundled"] [dependencies.tabled] version = "0.14.0" [dependencies.termcolor] version = "1.4.0"