Backed out 5 changesets (bug 1890092, bug 1888683) for causing build bustages & crash...
[gecko.git] / third_party / rust / glean / Cargo.toml
blobbc25a0894042394406d2fdd365f2573d804a12a0
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.66"
15 name = "glean"
16 version = "58.1.0"
17 authors = [
18     "Jan-Erik Rediger <jrediger@mozilla.com>",
19     "The Glean Team <glean-team@mozilla.com>",
21 include = [
22     "/README.md",
23     "/LICENSE",
24     "/src",
25     "/tests",
26     "/Cargo.toml",
28 description = "Glean SDK Rust language bindings"
29 readme = "README.md"
30 keywords = [
31     "telemetry",
32     "glean",
34 license = "MPL-2.0"
35 repository = "https://github.com/mozilla/glean"
37 [dependencies.glean-core]
38 version = "58.1.0"
40 [dependencies.inherent]
41 version = "1"
43 [dependencies.log]
44 version = "0.4.8"
46 [dependencies.once_cell]
47 version = "1.18.0"
49 [dependencies.whatsys]
50 version = "0.3.0"
52 [dev-dependencies.crossbeam-channel]
53 version = "0.5"
55 [dev-dependencies.env_logger]
56 version = "0.10.0"
57 features = ["humantime"]
58 default-features = false
60 [dev-dependencies.flate2]
61 version = "1.0.19"
63 [dev-dependencies.jsonschema-valid]
64 version = "0.5.0"
66 [dev-dependencies.libc]
67 version = "0.2"
69 [dev-dependencies.serde_json]
70 version = "1.0.44"
72 [dev-dependencies.tempfile]
73 version = "3.1.0"
75 [features]
76 preinit_million_queue = ["glean-core/preinit_million_queue"]
78 [badges.circle-ci]
79 branch = "main"
80 repository = "mozilla/glean"
82 [badges.maintenance]
83 status = "actively-developed"