Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / third_party / rust / phf_shared / Cargo.toml
bloba2341b08ad1878f9680e374d2e1b23a061159df8
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 edition = "2021"
14 rust-version = "1.60"
15 name = "phf_shared"
16 version = "0.11.2"
17 authors = ["Steven Fackler <sfackler@gmail.com>"]
18 description = "Support code shared by PHF libraries"
19 readme = "README.md"
20 categories = ["data-structures"]
21 license = "MIT"
22 repository = "https://github.com/rust-phf/rust-phf"
23 resolver = "1"
25 [lib]
26 name = "phf_shared"
27 path = "src/lib.rs"
28 test = false
30 [dependencies.siphasher]
31 version = "0.3"
33 [dependencies.uncased]
34 version = "0.9.6"
35 optional = true
36 default-features = false
38 [dependencies.unicase]
39 version = "2.4.0"
40 optional = true
42 [features]
43 default = ["std"]
44 std = []