soup3-sys 0.1.0

Sys functions for the Rust bindings of the javacriptcore library
Documentation
[package]
name = "soup3-sys"
version = "0.1.0"
authors = ["The Gtk-rs Project Developers"]
description = "Sys functions for the Rust bindings of the javacriptcore library"
repository = "https://github.com/vhdirk/soup-rs"
license = "MIT"
homepage = "http://gtk-rs.org"
keywords = ["soup", "gtk-rs", "gnome"]
build = "build.rs"
edition = "2018"
[package.metadata.system-deps.libsoup_3_0]
name = "libsoup-3.0"
version = "3.0"
[package.metadata.docs.rs]
features = ["dox"]

[dependencies]
libc = "0.2"

[dependencies.glib-sys]
version = "^0.14.0"

[dependencies.gobject-sys]
version = "^0.14.0"

[dependencies.gio-sys]
version = "^0.14.0"

[build-dependencies]
system-deps = "5"

[dev-dependencies]
shell-words = "1.0.0"
tempfile = "3"

[features]
v3_0 = []
dox = []