weaver-dvr 1.0.0

Weaver DVR — Dreamwell Virtual Rasterizer API, frame types, and metaphor bindings.
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 = "2021"
name = "weaver-dvr"
version = "1.0.0"
authors = ["Adyn Blaed <adynblaed@dreamwell.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Weaver DVR — Dreamwell Virtual Rasterizer API, frame types, and metaphor bindings."
homepage = "https://github.com/adynblaed/causal-observer-architecture"
readme = "README.md"
keywords = [
    "quantum",
    "simulation",
    "rendering",
    "density-matrix",
    "qttps",
]
categories = [
    "game-engines",
    "simulation",
    "science",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/adynblaed/causal-observer-architecture"

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

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

[dependencies.weaver-core]
version = "1.0.0"