# 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] name = "ref_thread_local" version = "0.1.1" authors = ["Tuku ", "Hikaria "] description = "A macro for declaring thread-local `static`s like using both of `lazy_static!` and `RefCell`" documentation = "https://docs.rs/ref_thread_local" readme = "README.md" keywords = ["macro", "lazy", "thread", "thread_local", "static"] categories = ["rust-patterns", "memory-management"] license = "MIT" repository = "https://github.com/Xeiron/ref_thread_local.rs" [badges.appveyor] repository = "Xeiron/ref_thread_local.rs" [badges.is-it-maintained-issue-resolution] repository = "Xeiron/ref_thread_local.rs" [badges.is-it-maintained-open-issues] repository = "Xeiron/ref_thread_local.rs" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "Xeiron/ref_thread_local.rs"