# 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 = "secli" version = "1.0.0" authors = ["Anish De "] description = "A simple CLI to store secrets locally and retrieve them via the CLI" homepage = "https://github.com/AnishDe12020/secli#readme" readme = "README.md" keywords = [ "secrets", "keys", "secret-management", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "MIT" repository = "https://github.com/AnishDe12020/secli" resolver = "2" [[bin]] name = "secli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.18" features = [ "cargo", "std", "color", ] default-features = false [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0.0" [dependencies.inquire] version = "0.2.1" [dependencies.rusqlite] version = "0.27.0" features = ["bundled"]