# 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 = "bladerf-bindings" version = "0.0.13" authors = ["Yuval Saraf "] default-run = "main" description = "Rust bindings for bladeRF" readme = "README.md" license = "MIT" repository = "https://github.com/unimonkiez/rust-bladerf-bindings" [lib] name = "bladerf" path = "src/lib.rs" [[bin]] name = "main" path = "src/main.rs" [[example]] name = "codegen" path = "codegen.rs" [dependencies.libc] version = "0.2.149" [dev-dependencies.bindgen] version = "0.65.1" [dev-dependencies.cargo_metadata] version = "0.12.3"