[package] name = "leveldb_minimal" version = "0.1.0" authors = [ "elois " ] description = "An minimal interface for leveldb" license = "MIT" readme = "README.md" homepage = "https://github.com/librelois/leveldb" repository = "https://github.com/librelois/leveldb" autotests = false [features] default = ["leveldb-sys/snappy"] [lib] name = "leveldb_minimal" [dependencies] libc = "0.2.4" [dependencies.leveldb-sys] version = "2.0.0" [dev-dependencies] tempdir = "0.3.4" [[test]] name = "tests"