# 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 = "velarixdb" version = "0.0.16" authors = ["Adewumi Sunkanmi D."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An LSM Storage Engine focused on reduced IO amplification" homepage = "https://github.com/Gifted-s/velarixdb/blob/main/README.md" documentation = "https://docs.rs/velarixdb" readme = "README.md" keywords = [ "velarixdb", "database", "lsm", "rocksdb", "leveldb", ] categories = [ "data-structures", "database-implementations", "algorithms", ] license = "MIT" repository = "https://github.com/Gifted-s/velarixdb" [lib] name = "velarixdb" path = "src/lib.rs" [[example]] name = "delete" path = "examples/delete.rs" [[example]] name = "get" path = "examples/get.rs" [[example]] name = "get_concurrent" path = "examples/get_concurrent.rs" [[example]] name = "json" path = "examples/json.rs" [[example]] name = "put" path = "examples/put.rs" [[example]] name = "put_concurrent" path = "examples/put_concurrent.rs" [[example]] name = "update" path = "examples/update.rs" [[test]] name = "delete" path = "tests/delete.rs" [[test]] name = "get" path = "tests/get.rs" [[test]] name = "get_concurrent" path = "tests/get_concurrent.rs" [[test]] name = "put_concurrent" path = "tests/put_concurrent.rs" [[test]] name = "update" path = "tests/update.rs" [dependencies.async-broadcast] version = "0.7.1" [dependencies.async-trait] version = "0.1.80" [dependencies.bit-vec] version = "0.6.3" [dependencies.chrono] version = "0.4.31" [dependencies.crossbeam] version = "0.8.4" [dependencies.crossbeam-skiplist] version = "0.1.3" [dependencies.env_logger] version = "0.11.2" [dependencies.futures] version = "0.3.30" [dependencies.indexmap] version = "2.2.5" [dependencies.libc] version = "0.2.153" [dependencies.log] version = "0.4.21" [dependencies.nix] version = "0.28.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.skip-list] version = "0.1.3" [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.use] version = "0.0.1-pre.0" [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ] [target.'cfg(target_os = "linux")']