json-glib 0.1.1

Rust bindings for the Glib Json library
Documentation
# 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 = "2024"
name = "json-glib"
version = "0.1.1"
authors = ["Daru-san"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the Glib Json library"
homepage = "https://github.com/Daru-san/json-glib-rs"
readme = "README.md"
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/Daru-san/json-glib-rs"

[features]
default = ["v1_2"]
v1_10 = ["json-glib-sys/v1_10"]
v1_2 = ["json-glib-sys/v1_2"]
v1_4 = ["json-glib-sys/v1_4"]
v1_6 = ["json-glib-sys/v1_6"]
v1_8 = ["json-glib-sys/v1_8"]

[lib]
name = "json_glib"
path = "src/lib.rs"

[dependencies.gio]
version = "0.21.5"

[dependencies.glib]
version = "0.21.5"

[dependencies.json-glib-sys]
version = "0.1.0"