tinychain 0.2.3

A next-gen database + application server
Documentation
[package]
name = "tinychain"
version = "0.2.3"
authors = ["haydnv"]
edition = "2018"
description = "A next-gen database + application server"
license = "Apache-2.0"
readme = "../README.md"
repository = "http://github.com/haydnv/tinychain.git"

keywords = ["distributed", "transactional", "host", "platform", "runtime"]
categories = ["concurrency", "database-implementations", "data-structures", "hardware-support", "web-programming"]

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

[[bin]]
name = "tinychain"
path = "src/main.rs"

[features]
tensor = ["afarray", "tc-tensor"]

[dependencies]
afarray = { version = "~0.4.1", optional = true }
async-trait = "0.1"
bytes = "1.0"
destream = "0.4"
destream_json = { version = "~0.6.1", features = ["tokio-io"] }
env_logger = "0.8"
freqache = "~0.2.2"
futures = "0.3"
hex = "0.4"
http = "0.2"
hyper = { version = "0.14", features = ["full"] }
log = { version = "0.4", features = ["release_max_level_warn"] }
num_cpus = "1.13"
rjwt = "0.4"
safecast = "0.1"
serde = { version = "1.0", features = [] }
serde_json = { version = "1.0" }
structopt = "0.3"
tbon = "~0.2.1"
tc-btree = "~0.1.3"
tc-error = "~0.2.2"
tc-table = "~0.1.2"
tc-tensor = { version = "0.1", optional = true }
tc-transact = "0.6"
tc-value = "~0.1.9"
tcgeneric = "~0.1.7"
tokio = { version = "1.6", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "time"] }
tokio-util = { version = "0.6", features = ["io"] }
uplock = "0.1"
uuid = "0.8"
url = { version = "2.2" }