# 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" rust-version = "1.56.1" name = "nebari" version = "0.5.5" description = "ACID-compliant database storage implementation using an append-only file format." readme = "README.md" keywords = [ "btree", "database", ] categories = ["database-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/nebari" resolver = "1" [dependencies.arc-bytes] version = "0.3.2" [dependencies.backtrace] version = "0.3.64" [dependencies.byteorder] version = "1.4.3" [dependencies.crc] version = "3.0.0" [dependencies.flume] version = "0.10.10" [dependencies.lru] version = "0.7.0" [dependencies.num_cpus] version = "1.13.1" [dependencies.once_cell] version = "1.9.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.30" optional = true [dev-dependencies.anyhow] version = "1.0.53" [dev-dependencies.nanorand] version = "0.7.0" [dev-dependencies.tempfile] version = "3.3.0" [features] default = [] paranoid = []