# 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 = "tetromino-xlock-bindings" version = "0.1.0+v5.77" authors = ["Daniel Mueller "] description = """ Rust bindings for xlock, suitable for writing a custom \"mode\". """ homepage = "https://github.com/d-e-s-o/tetromino" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/tetromino.git" [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.reqwest] version = "0.12" features = ["blocking"] optional = true [build-dependencies.tar] version = "0.4.40" optional = true default-features = false [build-dependencies.tempfile] version = "3.4" optional = true [build-dependencies.xz2] version = "0.1.7" optional = true default-features = false [features] download-xlock-source = [ "reqwest", "tar", "tempfile", "xz2", ] generate-xlock-bindings = ["bindgen"]