# 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 = "versatile-data" version = "0.116.0" authors = ["Oden Shirataki "] description = "A library for databases that has convenient datasets that group together commonly used fields and gives you the flexibility to create your own fields." readme = "README.md" keywords = [ "avltree", "database", "Index", "library", ] categories = ["database-implementations"] license = "MIT/Apache-2.0" repository = "https://github.com/OdenShirataki/versatile-data" [dependencies.async-recursion] version = "1.0.5" [dependencies.futures] version = "0.3.29" [dependencies.hashbrown] version = "0.14.3" [dependencies.idx_binary] version = "0.38.3" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.uuid] version = "1.7.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]