swc/crates/fastmem/Cargo.toml
2022-03-07 22:36:06 +00:00

15 lines
341 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Configurable utilities for fast memory operations"
edition = "2021"
license = "Apache-2.0"
name = "fastmem"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
[features]
enable = ["rayon"]
[dependencies]
rayon = {version = "1", optional = true}