view Cargo.toml @ 22:620ac9082634

Add deprecation notice; -> 0.3.2
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 02 Jan 2017 12:53:29 +0100
parents be776a25b5e4
children d380295dba2f
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.3.2"
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"