# 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 = "kekbit-core" version = "0.2.3" authors = ["motoras "] description = "Defines the main abstractions and provides the core components required to work with kekbit channels" homepage = "https://github.com/motoras/kekbit" keywords = ["lock-free", "data-channel", "persitent-queue", "request-reply"] license = "MIT" repository = "https://github.com/motoras/kekbit/tree/master/kekbit-core" [dependencies.kekbit-codecs] version = "0.1.1" [dependencies.log] version = "0.4.8" [dependencies.memmap] version = "0.7.0" [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.crossbeam] version = "0.7.3" [dev-dependencies.nix] version = "0.17.0" [dev-dependencies.simple_logger] version = "1.5.0" [dev-dependencies.tempdir] version = "0.3.7"