gvf-core 0.0.0

The core modules empowering the generative visual framework (GVF) for the scsys platform
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.85.0"
name = "gvf-core"
version = "0.0.0"
authors = [
    "FL03 <j3mccain@gmail.com> (https://github.com/FL03)",
    "Scattered-Systems <support@scsys.io> (https://scsys.io)",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core modules empowering the generative visual framework (GVF) for the scsys platform"
homepage = "https://github.com/scattered-systems/gvf/wiki"
readme = "README.md"
keywords = [
    "generative",
    "visual",
    "framework",
    "scsys",
]
categories = []
license = "Apache-2.0"
repository = "https://github.com/scattered-systems/gvf.git"

[package.metadata.docs.rs]
all-features = false
features = ["full"]
rustc-args = [
    "--cfg",
    "docsrs",
]
version = "v{{version}}"

[package.metadata.release]
no-dev-version = true
tag-name = "v{{version}}"

[features]
alloc = [
    "scsys/alloc",
    "serde?/alloc",
    "serde_json?/alloc",
]
anyhow = ["dep:anyhow"]
default = ["std"]
full = [
    "default",
    "json",
    "serde",
]
json = [
    "alloc",
    "serde",
    "serde_json",
]
nightly = ["scsys/nightly"]
serde = [
    "dep:serde",
    "dep:serde_derive",
]
serde_json = ["dep:serde_json"]
std = [
    "alloc",
    "anyhow?/std",
    "scsys/std",
    "serde?/std",
    "serde_json?/std",
    "strum?/std",
    "thiserror/std",
]
tracing = ["dep:tracing"]
wasi = ["scsys/wasi"]
wasm = ["scsys/wasm"]

[lib]
name = "gvf_core"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"
test = true
doctest = false
bench = false
doc = true

[[test]]
name = "default"
path = "tests/default.rs"
required-features = []

[dependencies.anyhow]
version = "1"
optional = true
default-features = false

[dependencies.paste]
version = "1"

[dependencies.scsys]
version = "0.3"
features = ["derive"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
default-features = false

[dependencies.serde_derive]
version = "1"
optional = true

[dependencies.serde_json]
version = "1"
optional = true
default-features = false

[dependencies.smart-default]
version = "0.7"

[dependencies.strum]
version = "0.27"
features = ["derive"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.tracing]
version = "0.1"
features = ["attributes"]
optional = true
default-features = false

[dev-dependencies.lazy_static]
version = "1"