view Cargo.toml @ 23:e1bf0485bc96

Add deprecation notice; -> 0.3.2
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 02 Jan 2017 12:53:29 +0100
parents ae10f3dadcea
children
line wrap: on
line source

[package]
name = "sstable"
description = "NOTE: This package is deprecated; it has some bugs that will not be fixed. If you want to publish a better crate under this name, please contact me and I'll transfer ownership! +++ 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"