aboutsummaryrefslogtreecommitdiff
path: root/bv1/codec/Cargo.toml
blob: d4c9002f5451e97d7890568fd399617dcc5af00f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "bv1"
version = "0.1.0"
edition = "2021"

[dependencies]
rayon = {version="1.10.0",optional = true}

[features]
default = ["parallel"]
parallel = ["dep:rayon"]