[package] name = "Alice-DBMS" version = "1.2.5" edition = "2021" include = ["**/*.rs", "Cargo.toml","proto/*.proto", "src/syntax/*.pest", "src/test.decl"] license = "MIT" 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" repository = "https://github.com/0xBLCKLPTN/Kingdom-System/tree/main/Plugins/Alice-Database" keywords = ["DBMS", "grpc", "tokio", "async"] homepage = "https://github.com/0xBLCKLPTN/Kingdom-System" [dependencies] chrono = "0.4.38" env_logger = "0.11.5" log = "0.4.22" pest = "2.7.14" pest_derive = "2.7.14" prost = "0.13.3" rand = "0.8.5" ring = "0.17.8" serde = { version = "1.0.213", features = ["derive"] } serde_json = "1.0.132" simplelog = "0.12.2" tokio = { version = "1.41.0", features = ["full"] } tonic = "0.12.3" uuid = { version = "1.11.0", features = ["v4"] } [[test]] name = "tests" path = "src/main.rs" [build-dependencies] tonic-build = "0.12.3"