# 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" name = "flatbuffers-build" version = "0.2.1+flatc-24.3.25" authors = ["Ricardo Delfin"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library that facilitates generating flatbuffer code from Rust" readme = "README.md" keywords = [ "flatbuffers", "encoding", "codegen", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/rdelfin/flatbuffers-build" [lib] name = "flatbuffers_build" path = "src/lib.rs" [dependencies.thiserror] version = "1" [build-dependencies.anyhow] version = "1" optional = true [build-dependencies.cmake] version = "0.1" optional = true [build-dependencies.flate2] version = "1" optional = true [build-dependencies.hex] version = "0.4" optional = true [build-dependencies.reqwest] version = "0.12" features = ["blocking"] optional = true [build-dependencies.ring] version = "0.17.8" optional = true [build-dependencies.tar] version = "0.4" optional = true [build-dependencies.tempfile] version = "3" optional = true [features] vendored = [ "anyhow", "cmake", "flate2", "hex", "reqwest", "ring", "tar", "tempfile", ] [target."cfg(windows)".dependencies.junction] version = "1.2.0"