# 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 = "encrypted-json-kv" version = "0.2.1" authors = ["Jan Christian Grünhage "] description = "Easily store encrypted JSON blobs" homepage = "https://gitlab.com/famedly/libraries/encrypted-json-kv" documentation = "https://docs.rs/encrypted-json-kv" readme = "README.md" keywords = ["crypto", "kv-store", "json"] license = "AGPL-3.0-only" repository = "https://gitlab.com/famedly/libraries/encrypted-json-kv" [dependencies.base64] version = "0.12.1" [dependencies.serde] version = "1.0.110" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.sled] version = "0.31.0" [dependencies.sodiumoxide] version = "0.2.5" [dependencies.thiserror] version = "1.0.19" [dependencies.toml] version = "0.5.6" [dev-dependencies.serde_test] version = "1.0.110"