[features]
alloc = []
[lib]
name = "dynamic_provider"
path = "src/lib.rs"
[package]
authors = ["Spencer Young"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Dynamically request arbitrarily-typed values from providers with borrowed data."
edition = "2021"
license = "MIT"
name = "dynamic-provider"
readme = "README.md"
repository = "https://github.com/youngspe/dynamic-provider.rs"
rust-version = "1.79"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]