fcdb-concur 0.1.0

Concurrency primitives and async utilities for FCDB
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"
name = "fcdb-concur"
version = "0.1.0"
authors = ["Jun Kawasaki <root@junkawasaki.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Concurrency primitives and async utilities for FCDB"
readme = false
keywords = [
    "database",
    "concurrency",
    "async",
    "tokio",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/com-junkawasaki/fcdb"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.fcdb-core]
version = "0.1.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "sync",
    "rt",
]