# 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] name = "pumpkindb_mio_server" version = "0.2.0" authors = ["Yurii Rashkovskii "] description = "PumpkinDB mio-based server primitives" homepage = "http://pumpkindb.org" keywords = ["pumpkindb", "database"] categories = ["database"] license = "MPL-2.0" repository = "https://github.com/PumpkinDB/PumpkinDB" [dependencies.log] version = "0.3.6" [dependencies.uuid] version = "0.4" features = ["v4"] [dependencies.mio] version = "0.6.4" [dependencies.byteorder] version = "1.0.0" [dependencies.slab] version = "0.3.0" [dependencies.pumpkindb_engine] version = "0.2" [dependencies.lmdb-zero] version = "0.4.0" [dependencies.memmap] version = "0.5.2" [dependencies.log4rs] version = "0.6.1" features = ["toml_format"] [dependencies.rand] version = "0.3.15" [dependencies.num-traits] version = "0.1.36" [dependencies.num-bigint] version = "0.1.35"