[package]
name = "soup3-sys"
version = "0.3.1"
authors = ["The Gtk-rs Project Developers"]
description = "Sys functions for the Rust bindings of the javacriptcore library"
repository = "https://gitlab.gnome.org/World/Rust/soup3-rs"
license = "MIT"
homepage = "http://gtk-rs.org"
keywords = ["soup", "gtk-rs", "gnome"]
build = "build.rs"
edition = "2021"
[package.metadata.system-deps.libsoup_3_0]
name = "libsoup-3.0"
version = "3.0"
[package.metadata.system-deps.libsoup_3_0.v3_2]
version = "3.2"
[package.metadata.docs.rs]
features = ["dox"]
[dependencies]
libc = "0.2"
[dependencies.glib]
package = "glib-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.16"
branch = "0.16"
[dependencies.gio]
package = "gio-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.16"
branch = "0.16"
[dependencies.gobject]
package = "gobject-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.16"
branch = "0.16"
[build-dependencies]
system-deps = "6"
[dev-dependencies]
shell-words = "1.0.0"
tempfile = "3"
[features]
v3_0 = []
dox = ["glib/dox", "gobject/dox", "gio/dox"]
v3_2 = []