# 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 = "2018" name = "graus-db" version = "0.1.0" authors = ["Ricardo Pallas Roman "] description = "A high-performance, thread-safe key-value embedded data store." homepage = "https://github.com/rpallas92/GrausDB" documentation = "https://github.com/rpallas92/GrausDB" readme = "README.md" keywords = [ "database", "performance", "data-storage", ] categories = [ "algorithms", "asynchronous", "data-structures", "distributed-systems", ] license = "MIT/Apache-2.0" repository = "https://github.com/rpallas92/GrausDB" [[bench]] name = "graus_db_single_thread" harness = false [dependencies.crossbeam-skiplist] version = "0.1" [dependencies.log] version = "0.4.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.rand] version = "0.6.5" [dev-dependencies.tempfile] version = "3.0.7" [dev-dependencies.walkdir] version = "2.2.7"