# 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" rust-version = "1.78" name = "tigerbeetle-unofficial-core" version = "0.4.1+0.15.3" authors = ["Daria Sukhonina "] include = [ "/src/**", "/examples/**", "/Cargo.toml", "/LICENSE-*", "/README", ] description = "Safe low level callback-based async bindings to tigerbeetle client library." readme = "README.md" categories = [ "api-bindings", "asynchronous", "database", "finance", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ZetaNumbers/tigerbeetle-rs" [dependencies.bytemuck] version = "1.13.1" [dependencies.sptr] version = "0.3.2" [dependencies.sys] version = "0.4.1" features = ["generated-safe"] package = "tigerbeetle-unofficial-sys" [dependencies.tokio] version = "1.28.1" optional = true [features] tokio = ["dep:tokio"] tokio-rt-multi-thread = [ "dep:tokio", "tokio/rt-multi-thread", ]