# 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 = "AliceDBMS" version = "1.2.8" build = "build.rs" include = [ "**/*.rs", "Cargo.toml", "proto/*.proto", "src/syntax/*.pest", "src/test.decl", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The Alice-Database is a comprehensive data management solution designed to integrate seamlessly with the Kingdom System. This plugin provides robust functionality for creating, updating, and deleting collections and documents, ensuring efficient and reliable data storage and retrieva" homepage = "https://github.com/0xBLCKLPTN/Kingdom-System" readme = "README.md" keywords = [ "DBMS", "grpc", "tokio", "async", ] license = "MIT" repository = "https://github.com/0xBLCKLPTN/Kingdom-System/tree/main/Plugins/Alice-Database" [lib] name = "AliceDBMS" path = "src/lib.rs" [[bin]] name = "AliceDBMS" path = "src/main.rs" [[test]] name = "tests" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.pest] version = "2.7.14" [dependencies.pest_derive] version = "2.7.14" [dependencies.prost] version = "0.13.3" [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.simplelog] version = "0.12.2" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tonic] version = "0.12.3" [dependencies.uuid] version = "1.11.0" features = ["v4"] [build-dependencies.tonic-build] version = "0.12.3"