[package]
edition = "2021"
name = "guava-table"
version = "0.1.0"
authors = ["Anton Kumaihorodskyi <anton@aetos.space>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Efficient Table data structure similar to Guava Table from Java world"
readme = "README.md"
keywords = [
"rust",
"data-structure",
"table",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/Aetos-Space-Labs/rtable"
[lib]
name = "guava_table"
path = "src/lib.rs"