# 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 = "reefdb" version = "0.1.0" description = "ReefDB is a minimalistic, in-memory and on-disk database management system written in Rust, implementing basic SQL query capabilities and full-text search." readme = "README.md" keywords = [ "database", "sql", "full-text-search", "in-memory", "on-disk", ] categories = [ "database", "storage", ] license = "MIT" repository = "https://github.com/sachaarbonel/reefdb" [dependencies.bincode] version = "1.3" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tempfile] version = "3.5.0"