# 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 = "hash-engine" version = "0.2.0" description = "An Engula engine that provides simple key-value storage." homepage = "https://engula.io" license = "Apache-2.0" repository = "https://github.com/engula/engula" resolver = "2" [dependencies.bytes] version = "1.1" [dependencies.engula-journal] version = "0.2" [dependencies.engula-kernel] version = "0.2" [dependencies.engula-storage] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.14" features = ["full"]