vortex-build 0.4.0

Helpers used in build.rs file for the Vortex project
Documentation
[dependencies.cargo_metadata]
version = "0.18.1"

[dependencies.prost-build]
version = "0.13.0"

[dependencies.walkdir]
version = "2.5.0"

[lib]
name = "vortex_build"
path = "src/lib.rs"

[lints.clippy]
or_fun_call = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.rust]
warnings = "deny"

[package]
authors = ["Robert Kruszewski <robert@spiraldb.com>, Nicholas Gates <nick@spiraldb.com>, Will Manning <will@spiraldb.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Helpers used in build.rs file for the Vortex project"
edition = "2021"
homepage = "https://github.com/spiraldb/vortex"
include = ["benches/*.rs", "src/**/*.rs", "Cargo.toml"]
keywords = ["vortex"]
license = "Apache-2.0"
name = "vortex-build"
readme = "README.md"
repository = "https://github.com/spiraldb/vortex"
rust-version = "1.76"
version = "0.4.0"