# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "try-lazy-init" version = "0.0.2" authors = ["Kyle Huey ", "Tamme Schichler "] include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md", "SECURITY.md"] description = "Fallible lazy initialization." homepage = "https://github.com/Tamschi/try-lazy-init/tree/v0.0.2" documentation = "https://docs.rs/try-lazy-init/0.0.2" readme = "README.md" keywords = ["fallible", "lazy", "initialization"] categories = ["data-structures", "rust-patterns"] license = "Apache-2.0/MIT" repository = "https://github.com/Tamschi/try-lazy-init" resolver = "2" [dev-dependencies.cargo-husky] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.git_info] version = "0.1.2" [dev-dependencies.scoped-pool] version = "1.0.0" [dev-dependencies.version-sync] version = "0.9.1" [dev-dependencies.wasm-bindgen-test] version = "0.3.26" [badges.is-it-maintained-issue-resolution] repository = "Tamschi/try-lazy-init" [badges.is-it-maintained-open-issues] repository = "Tamschi/try-lazy-init" [badges.maintenance] status = "experimental"