# 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 = "2018" name = "rustque" version = "1.1.1" authors = ["gzbakku "] description = "this is a fast on disk perstant memeory mapped que for rust it stores Vec to a file on a disk." homepage = "https://github.com/gzbakku/rust_store" readme = "README.md" keywords = ["database", "que", "data", "store", "disk"] categories = ["database-implementations", "data-structures", "Database interfaces"] license = "GPL-3.0" repository = "https://github.com/gzbakku/rust_store" [dependencies.byteorder] version = "1.4.3" [dependencies.crossbeam] version = "0.8.1" [dependencies.flume] version = "0.10.9" [dependencies.futures] version = "0.3.19" [dependencies.gzb_binary_69] version = "0.2.2" [dependencies.tokio] version = "1.14.0" features = ["full"] [features] benchmark = []