[build-dependencies.rustc_version]
version = "0.2"
[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
optional = true
version = "1.0.116"
[dev-dependencies.serde_json]
version = "1.0.59"
[features]
default = ["std"]
std = []
[package]
authors = ["Avril <flanchan@cumallover.me>"]
description = "Small byte-sized generic key-value map type"
edition = "2018"
homepage = "https://git.flanchan.moe/flanchan/smallmap"
keywords = ["map", "table", "small", "key", "value"]
license = "MIT"
name = "smallmap"
readme = "README.md"
repository = "https://github.com/notflan/smallmap"
version = "1.4.1"
[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3
panic = "unwind"
strip = true