[package] name = "tuple_storage" description = "A type-safe and small table engine for any Tuple of Ints" version = "0.1.1" authors = ["Stefan Schindler "] license-file = "LICENSE" readme = "README.md" documentation = "https://docs.rs/tuple_storage" repository = "https://gitlab.com/dns2utf8/tuple_storage" keywords = ["table", "engine", "tuple", "storage", "mmap"] categories = ["command-line-utilities", "database-implementations"] [badges] maintenance = { status = "actively-developed" } gitlab = { repository = "dns2utf8/tuple_storage", branch = "master" } [dependencies] memmap = "0.6" fs2 = "0.4" docopt = "1.0" [dev-dependencies] tempfile = "3.0"