view Cargo.toml @ 14:e169ac78539d

Obey ReadOptions
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 21 Nov 2016 19:38:46 +0100
parents 8c5ce706ec9d
children ceedd007feff
line wrap: on
line source

[package]
name = "sstable"
description = "Sorted String Tables, an on-disk format for storing immutable maps consisting of string,string pairs, and retrieving values by key efficiently."
version = "0.2.1"
readme = "README.md"
keywords = ["sstable", "database"]
repository = "https://bitbucket.org/dermesser/sstable"
authors = ["Lewin Bormann <lbo@spheniscida.de>"]
license = "MIT"
documentation = "https://docs.rs/sstable"

[dependencies]
crc = "1.2"
integer-encoding = "1.0"