# 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 = "tqdb" version = "1.0.6" description = "Tiny Query Database (TQDB) is a small library for creating a query-able database that is encoded with json." homepage = "https://github.com/KaceCottam/tqdb" readme = "README.md" keywords = ["database", "json", "small"] categories = ["database-implementations"] license-file = "LICENSE" repository = "https://github.com/KaceCottam/tqdb" resolver = "2" [dependencies.serde] version = "1.0.132" [dependencies.serde_derive] version = "1.0.132" [dependencies.serde_json] version = "1.0.73" [dependencies.thiserror] version = "1.0" [dev-dependencies]