# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.76" name = "vortex-build" version = "0.4.11" authors = ["Robert Kruszewski , Nicholas Gates , Will Manning "] build = false include = [ "benches/*.rs", "build.rs", "src/**/*.rs", "Cargo.toml", "proto/**/*.proto", "flatbuffers/*.fbs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Helpers used in build.rs file for the Vortex project" homepage = "https://github.com/spiraldb/vortex" readme = "README.md" keywords = ["vortex"] license = "Apache-2.0" repository = "https://github.com/spiraldb/vortex" [lib] name = "vortex_build" path = "src/lib.rs" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.prost-build] version = "0.13.0" [dependencies.walkdir] version = "2.5.0" [lints.clippy] or_fun_call = "deny" [lints.clippy.all] level = "deny" priority = -1 [lints.rust] warnings = "deny"