small_string 1.0.0

7-byte small string optimisation for use in Nova JavaScript engine
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"