aerospike-sync 2.0.0-alpha.8

Aerospike Client for Rust
# 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 = "2018"
name = "aerospike-sync"
version = "2.0.0-alpha.8"
authors = [
    "Khosrow Afroozeh <khosrow@aerospike.com>",
    "Jan Hecking <jhecking@aerospike.com>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Aerospike Client for Rust"
homepage = "https://www.aerospike.com/"
documentation = "https://docs.rs/aerospike/"
readme = "README.md"
keywords = [
    "aerospike",
    "nosql",
    "distributed",
    "database",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/aerospike/aerospike-client-rust/"

[features]
rt-async-std = ["aerospike-core/rt-async-std"]
rt-tokio = ["aerospike-core/rt-tokio"]

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

[dependencies.aerospike-core]
version = "2.0.0-alpha.8"
features = ["sync"]

[dependencies.futures]
version = "0.3.16"

[dev-dependencies]