# 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 = "config-store" version = "0.1.1" authors = ["David Thievon"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "config-store is a simple and lightweight key-value store designed for easy use from shell scripts" readme = "README.md" keywords = [ "config", "cli", "sqlite3", ] categories = [ "command-line-utilities", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DOD-101/config-store" [[bin]] name = "config-store" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap_complete] version = "4.5.37" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"]