# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "litekv" version = "0.1.0" authors = ["Rico A. Beti "] description = "LiteKV is a tiny key-value store with a simple REST API backed by SQLite." homepage = "https://github.com/SilentByte/litekv" readme = "README.md" keywords = ["key-value", "store", "sqlite", "rest"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/SilentByte/litekv" [profile.release] lto = true [dependencies.actix-web] version = "3.3.2" [dependencies.anyhow] version = "1.0.42" [dependencies.argh] version = "0.1.5" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.env_logger] version = "0.9.0" [dependencies.indoc] version = "1.0.3" [dependencies.rusqlite] version = "0.25.3" features = ["bundled", "chrono", "serde_json"] [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.26"