# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "tuple_storage" version = "0.1.1" authors = ["Stefan Schindler "] description = "A type-safe and small table engine for any Tuple of Ints" documentation = "https://docs.rs/tuple_storage" readme = "README.md" keywords = ["table", "engine", "tuple", "storage", "mmap"] categories = ["command-line-utilities", "database-implementations"] license-file = "LICENSE" repository = "https://gitlab.com/dns2utf8/tuple_storage" [dependencies.docopt] version = "1.0" [dependencies.fs2] version = "0.4" [dependencies.memmap] version = "0.6" [dev-dependencies.tempfile] version = "3.0" [badges.gitlab] branch = "master" repository = "dns2utf8/tuple_storage" [badges.maintenance] status = "actively-developed"