arcon_state 0.2.1

State management features for Arcon
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 = "2018"
name = "arcon_state"
version = "0.2.1"
authors = ["MikoĊ‚aj Robakowski <mikolajr@kth.se>, Max Meldrum <mmeldrum@kth.se>"]
description = "State management features for Arcon\n"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/cda-group/arcon"
[dependencies.bytes]
version = "1.0"

[dependencies.cfg-if]
version = "0.1.10"

[dependencies.metrics]
version = "0.16.0"
optional = true

[dependencies.prost]
version = "0.9"

[dependencies.rocksdb]
version = "0.17"
features = ["lz4"]
optional = true
default-features = false

[dependencies.sled]
version = "0.34"
optional = true

[dependencies.snafu]
version = "0.6"
[dev-dependencies.tempfile]
version = "3"

[features]
default = ["sled", "sled_checkpoints"]
rocks = ["rocksdb"]
sled_checkpoints = ["sled"]