# 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 = "PebbleVault" version = "0.6.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high performance data storage solution written in rust" readme = "README.md" license = "Apache-2.0" [lib] name = "PebbleVault" path = "src/lib.rs" [dependencies.colored] version = "2.0" [dependencies.ez_logging] version = "0.1.1" [dependencies.indicatif] version = "0.17.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.libc] version = "0.2.155" [dependencies.rand] version = "0.8.5" [dependencies.rstar] version = "0.12.0" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.tempfile] version = "3.12.0" [dependencies.uuid] version = "1.9.1" features = [ "v4", "serde", ] [build-dependencies.bindgen] version = "0.69.4"