parse-rust-storage 0.1.0

StorageAdapter trait and the query/update AST adapters lower.
Documentation
# 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"
rust-version = "1.88"
name = "parse-rust-storage"
version = "0.1.0"
build = false
exclude = ["logs/"]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "StorageAdapter trait and the query/update AST adapters lower."
homepage = "https://github.com/neurosynq/parse-rust"
readme = "README.md"
keywords = [
    "parse-server",
    "parse-platform",
    "backend",
    "mongodb",
    "baas",
]
categories = [
    "web-programming::http-server",
    "database",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/neurosynq/parse-rust"

[lib]
name = "parse_rust_storage"
path = "src/lib.rs"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.parse-rust-core]
version = "0.1.0"