# 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 = "arikedb" version = "0.0.4" authors = ["Alejandro "] build = "build.rs" description = "Welcome to the ArikeDB Rust library! This library provides an interface to interact with the Arike Database, an advanced real-time database solution. This documentation will guide you through the process of setting up and using the library effectively." homepage = "https://arikedb.com" readme = "README.md" license = "MIT" repository = "https://github.com/Arikedb/arikedb-rust" [dependencies.prost] version = "0.13.1" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tonic] version = "0.12.1" features = ["tls"] [build-dependencies.prost-build] version = "0.13.1" [build-dependencies.tonic-build] version = "0.12.1"