[dependencies.anyhow]
version = "1.0"
[dependencies.fasthash]
version = "0.4"
[package]
authors = ["Shunsuke Kanda <shnsk.knd@gmail.com>"]
categories = ["text-processing", "algorithms", "data-structures"]
description = "simplearrayhash"
edition = "2021"
exclude = [".*"]
homepage = "https://github.com/kampersanda/simplearrayhash"
keywords = ["search", "string", "hash-table"]
license = "MIT"
name = "simplearrayhash"
readme = "README.md"
repository = "https://github.com/kampersanda/simplearrayhash"
resolver = "2"
version = "0.1.0"