# 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" version = "0.110.0" authors = ["Oden Shirataki "] description = "Data is connected by a directed graph, and each node has an arbitrarily defined key-value.A database is not a tree." 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.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.193" [dependencies.toml] version = "0.8.8" [dependencies.versatile-data] version = "0.116.0" [dev-dependencies.rand] version = "0.8.5"