# 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 = "glues-core" version = "0.5.0" authors = ["Taehoon Moon "] description = "Headless state management module for Glues Notes" license = "Apache-2.0" repository = "https://github.com/gluesql/glues" [dependencies.async-recursion] version = "1.1.1" [dependencies.async-trait] version = "0.1" [dependencies.gluesql] version = "0.16.2" features = [ "gluesql_memory_storage", "gluesql-csv-storage", "gluesql-json-storage", "gluesql-file-storage", "gluesql-git-storage", ] default-features = false [dependencies.gluesql-mongo-storage] version = "0.16.2" [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.61" [dependencies.uuid] version = "1.10" features = ["v7"]