# 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 = "lazy-attribute" version = "0.1.4" authors = ["Stephen Akinyemi "] include = [ "/src", "README.md", "../LICENSE-APACHE", "../LICENSE-MIT", ] description = "This crate provides a convenient attribute macro for lazy function execution" documentation = "https://docs.rs/lazy-attribute" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/zerocore-ai/lazy-attribute" resolver = "1" [lib] doctest = true [dependencies.async-once-cell] version = "0.5" optional = true [dependencies.lazy-attribute-core] version = "0.1.4" [dependencies.once_cell] version = "1.18" [dev-dependencies.tokio] version = "1.33.0" features = [ "macros", "rt", "rt-multi-thread", ] [dev-dependencies.trybuild] version = "1.0.85" [features] async = [ "lazy-attribute-core/async", "async-once-cell", ] default = []