# 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 = "libbismuth" version = "0.5.0" authors = ["Lleyton Gray "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for libbismuth" homepage = "https://github.com/tau-OS/rust" documentation = "https://docs.developers.tauos.co/rust/libbismuth/" readme = "README.md" keywords = [ "gtk4-rs", "tauos", "GUI", ] categories = [ "api-bindings", "gui", ] license = "MIT" repository = "https://github.com/tau-OS/rust" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "libbismuth" path = "src/lib.rs" [dependencies.bitflags] version = "2.4.0" [dependencies.ffi] version = "0.5.0" package = "libbismuth-sys" [dependencies.futures-channel] version = "0.3" [dependencies.gdk] version = "0.9" package = "gdk4" [dependencies.gdk-pixbuf] version = "0.20" [dependencies.gio] version = "0.20" [dependencies.glib] version = "0.20" [dependencies.gtk] version = "0.9" package = "gtk4" [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1.8" [dependencies.pango] version = "0.20" [features] gtk_v4_10 = ["gtk_v4_8"] gtk_v4_12 = ["gtk_v4_10"] gtk_v4_2 = [] gtk_v4_4 = ["gtk_v4_2"] gtk_v4_6 = ["gtk_v4_4"] gtk_v4_8 = ["gtk_v4_6"]