mirror of https://github.com/boa-dev/boa.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
572 B
25 lines
572 B
1 year ago
|
[package]
|
||
|
name = "boa_types"
|
||
|
description = "String for the Boa JavaScript engine."
|
||
|
keywords = ["javascript", "js", "string"]
|
||
|
categories = ["data-structures", "no-std"]
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
authors.workspace = true
|
||
|
license.workspace = true
|
||
|
repository.workspace = true
|
||
|
rust-version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
boa_gc.workspace = true
|
||
|
fast-float.workspace = true
|
||
|
sptr = "0.3.2"
|
||
|
static_assertions.workspace = true
|
||
|
num_enum = "0.7.0"
|
||
|
paste = "1.0"
|
||
|
portable-atomic = "1.5.0"
|
||
|
phf.workspace = true
|
||
|
|
||
|
[dev-dependencies]
|
||
|
boa_macros.workspace = true
|