# 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 = "tinychain" version = "0.17.0" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Next-gen cloud service runtime" readme = "README.md" keywords = [ "distributed", "transactional", "host", "platform", "runtime", ] categories = [ "concurrency", "database-implementations", "data-structures", "hardware-support", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/haydnv/tinychain.git" [lib] name = "tinychain" path = "src/lib.rs" [[bin]] name = "tinychain" path = "src/main.rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.7" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.destream] version = "0.8" [dependencies.destream_json] version = "0.13" features = ["tokio-io"] [dependencies.env_logger] version = "0.11" [dependencies.freqfs] version = "0.10" features = [ "logging", "stream", ] [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.4" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.serde] version = "1.0" features = [] [dependencies.serde_json] version = "1.0" [dependencies.tbon] version = "0.6" [dependencies.tc-error] version = "0.12" [dependencies.tc-server] version = "0.1" [dependencies.tc-value] version = "0.13" [dependencies.tcgeneric] version = "0.11" [dependencies.tokio] version = "1.39" features = [ "net", "rt-multi-thread", ] [dependencies.url] version = "2.5.0" [features] btree = ["tc-server/btree"] collection = [ "btree", "table", "tensor", ] default = [ "collection", "service", ] opencl = ["tc-server/opencl"] service = ["tc-server/service"] table = ["tc-server/table"] tensor = ["tc-server/tensor"]