ivy.nvim/Cargo.toml

33 lines
424 B
TOML
Raw Normal View History

[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]
2022-09-18 17:26:04 +00:00
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