# 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 = "gruphst" version = "0.15.0" description = "An in-memory graph database" homepage = "https://github.com/carvilsi/gruphst" documentation = "https://docs.rs/gruphst" readme = "README.md" keywords = [ "graph-database", "in-memory-database", "persistence", ] categories = ["database"] license = "MIT" repository = "https://github.com/carvilsi/gruphst" [[bench]] name = "gruphst_memory_watcher" harness = false [[bench]] name = "gruphst_import_from_csv" harness = false [dependencies.argon2] version = "0.5.3" [dependencies.bincode] version = "1.0" [dependencies.csv] version = "1.3.0" [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.simple_logger] version = "5.0.0" [dependencies.thiserror] version = "1.0.63" [dependencies.uuid] version = "1.9.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]