amethystate-core 0.9.1

Internal crate for amethystate, not intended for direct use
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"
rust-version = "1.89.0"
name = "amethystate-core"
version = "0.9.1"
authors = ["Tam1SH <ignatternyev54@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal crate for amethystate, not intended for direct use"
homepage = "https://github.com/Tam1SH/amethystate"
readme = "README.md"
keywords = [
    "state",
    "state-managment",
    "reactive",
    "persistence",
    "gui",
]
categories = [
    "config",
    "data-structures",
    "gui",
]
license = "MIT"
repository = "https://github.com/Tam1SH/amethystate"
resolver = "2"

[features]
async = [
    "dep:futures",
    "dep:serde_json",
    "dep:async-trait",
]
test-utils = []

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

[dependencies.arc-swap]
version = "1.9.1"

[dependencies.async-trait]
version = "0.1.89"
optional = true

[dependencies.futures]
version = "0.3.32"
optional = true

[dependencies.inventory]
version = "0.3.24"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"
optional = true

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[target.'cfg(target_arch = "wasm32")'.dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "js",
    "serde",
]