# 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 = "pouch-sdk" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The SDK to interact with pouch-server" homepage = "https://github.com/c16a/pouch" readme = "README.md" keywords = [ "kv", "database", ] license-file = "LICENSE.md" repository = "https://github.com/c16a/pouch" [lib] name = "pouch_sdk" path = "src/lib.rs" [dependencies.serde] version = "1.0.205" features = [ "derive", "std", ] default-features = false [dependencies.serde_json] version = "1.0.122" features = ["alloc"] default-features = false