refs 0.51.0

My vision of reference counting and resources management designed for GUI applications.
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 = "refs"
version = "0.51.0"
authors = ["Vladas Zakrevksis <146100@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "My vision of reference counting and resources management designed for GUI applications."
homepage = "https://github.com/VladasZ/refs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/VladasZ/refs"

[features]
checks = []
default = [
    "checks",
    "serde",
]
pointers_info = []
serde = ["dep:serde"]
stats = []

[lib]
name = "refs"
crate-type = [
    "dylib",
    "rlib",
    "staticlib",
]
path = "src/lib.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.hreads]
version = "0.13"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.reqwest]
version = "0.13"
features = ["rustls"]
default-features = false

[dependencies.serde]
version = "1.0"
optional = true

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.serial_test]
version = "3.4"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"