[features]
default = ["get"]
get = []
[lib]
name = "onebuck"
path = "src/lib.rs"
[package]
authors = ["Evan Schwartzentruber <evandotschwartzentruber@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "An efficient unordered dynamically-sized data structure."
edition = "2021"
exclude = [".github/", ".gitignore", "LICENSE", "README.md"]
keywords = ["efficient", "fast", "lightweight", "unordered", "dynamic"]
license = "MIT"
name = "onebuck"
readme = "README.md"
repository = "https://github.com/splurf/onebuck"
version = "0.1.1"
[profile.release]
codegen-units = 1
lto = true