# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "grebedb" version = "1.0.0" authors = ["Christopher Foo "] description = "Lightweight embedded key-value store/database backed by files in a virtual file system interface" keywords = ["database", "key-value-store"] categories = ["database-implementations"] license = "MPL-2.0" repository = "https://github.com/chfoo/grebedb/" [dependencies.crc32c] version = "0.6" [dependencies.data-encoding] version = "2.3" [dependencies.relative-path] version = "1.4" [dependencies.rmp-serde] version = "0.15" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = ["serde"] [dependencies.vfs] version = "0.5" [dependencies.zstd] version = "0.8" optional = true [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.clap] version = "2.33" [dev-dependencies.indexmap] version = "1.6" [dev-dependencies.paste] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.statrs] version = "0.14" [dev-dependencies.strkey] version = "0.1" [dev-dependencies.tempfile] version = "3.2" [features] compression = ["zstd"] default = ["compression", "file_locking", "system"] file_locking = ["fslock"] system = ["uuid/v4"] [target."cfg(unix)".dependencies.fslock] version = "0.1" optional = true [target."cfg(windows)".dependencies.fslock] version = "0.1" optional = true