# 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 = "future-local-storage" version = "0.1.1" description = "An init-once-per-future cell for thread-local values." readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/alekseysidorov/future-local-storage" [dependencies.pin-project] version = "1.1.3" [dependencies.state] version = "0.6.0" features = ["tls"] [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt", "rt-multi-thread", ] [features] default = [] [lints.clippy] missing_panics_doc = "warn" module_name_repetitions = "allow" pedantic = "warn" [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unsafe_code = "deny"