Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.6.1...rayon-core-v1.7.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
424 B
TOML
32 lines
424 B
TOML
[package]
|
|
name = "ivy"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "ivyrs"
|
|
crate-type = ["cdylib", "rlib"]
|
|
path = "rust/lib.rs"
|
|
|
|
[dependencies]
|
|
ignore = "0.4.20"
|
|
fuzzy-matcher = "0.3.7"
|
|
lazy_static = "1.4.0"
|
|
rayon = "1.7.0"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.4.0"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
|
|
[profile.bench]
|
|
debug = true
|
|
|
|
[[bench]]
|
|
name = "ivy_match"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "ivy_files"
|
|
harness = false
|