# 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.70" name = "soup3" version = "0.7.0" exclude = [ "gir", "gir-files", "generator.py", "Soup-3.0.gir", ] description = "Soup crate for Rust" readme = "README.md" keywords = [ "soup", "gtk-rs", "gnome", ] license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/soup3-rs" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "soup" [dependencies.ffi] version = "0.7" package = "soup3-sys" [dependencies.futures-channel] version = "0.3" [dependencies.gio] version = "0.20" features = ["v2_70"] [dependencies.glib] version = "0.20" features = ["v2_66"] [dependencies.libc] version = "0.2" [dev-dependencies.gir-format-check] version = "^0.1" [dev-dependencies.rustdoc-stripper] version = "^0.1.5" [features] default = ["ffi/v3_0"] v3_2 = ["ffi/v3_2"] v3_4 = [ "v3_2", "ffi/v3_4", ] v3_6 = [ "v3_4", "ffi/v3_6", ]