# 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" rust-version = "1.71" name = "dyn-context" version = "0.19.5" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple mechanism for lifetimes erasing." documentation = "https://docs.rs/dyn-context/" readme = "README.md" keywords = [ "lifetime", "lifetimes", "reference", "temp", "type", ] categories = [ "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/dyn-context" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "dyn_context" path = "src/lib.rs" [dependencies.generics] version = "0.5.1" [dependencies.indoc] version = "2.0.4" [dependencies.paste] version = "1.0.0" [badges.maintenance] status = "experimental"