[package]
edition = "2024"
name = "small_string"
version = "1.0.0"
authors = ["The Nova Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "7-byte small string optimisation for use in Nova JavaScript engine"
homepage = "https://trynova.dev/"
readme = false
license = "MPL-2.0"
repository = "https://github.com/trynova/nova/tree/main/small_string"
resolver = "2"
[lib]
name = "small_string"
path = "lib.rs"
[dependencies.wtf8]
version = "0.1"