runtime-context 0.1.1

A runtime context providing type storage and management.
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 = "runtime-context"
version = "0.1.1"
authors = ["Slixe <slixeprivate@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A runtime context providing type storage and management."
homepage = "https://github.com/xelis-project/runtime-context"
readme = "README.md"
keywords = [
    "runtime",
    "context",
    "type",
]
license = "MIT"
repository = "https://github.com/xelis-project/runtime-context"

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

[dependencies.better_any]
version = "0.2.1"