# 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 = "semilattice-database-session" version = "0.48.1" authors = ["Oden Shirataki "] description = "Data is connected by a directed graph, with each node having arbitrarily defined keys and values. Sessions can then manage private data and merge it with mainstream data at any time." readme = "README.md" keywords = [ "database", "library", ] categories = [ "database", "database-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/OdenShirataki/semilattice-database" [dependencies.async-recursion] version = "1.0.5" [dependencies.futures] version = "0.3.29" [dependencies.hashbrown] version = "0.14.3" [dependencies.semilattice-database] version = "0.110.0" [dependencies.serde] version = "1.0.193"