no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / third_party / rust / scoped-tls / Cargo.toml
blob08ec7b6134690092c66466dd64810b2f7224fe0d
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 rust-version = "1.59"
14 name = "scoped-tls"
15 version = "1.0.1"
16 authors = ["Alex Crichton <alex@alexcrichton.com>"]
17 description = """
18 Library implementation of the standard library's old `scoped_thread_local!`
19 macro for providing scoped access to thread local storage (TLS) so any type can
20 be stored into TLS.
21 """
22 homepage = "https://github.com/alexcrichton/scoped-tls"
23 documentation = "https://docs.rs/scoped-tls"
24 readme = "README.md"
25 license = "MIT/Apache-2.0"
26 repository = "https://github.com/alexcrichton/scoped-tls"