# 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] name = "constdb" version = "0.2.3" authors = ["Ethan Steinberg"] description = "constdb is a simple and fast read-only embedded key value datastore" license = "MIT" repository = "https://github.com/EthanSteinberg/constdb-rust" [dependencies.byteorder] version = "1.2.2" [dependencies.failure] version = "0.1.1" [dependencies.libc] version = "0.2" [dev-dependencies.tempfile] version = "3.0.0"