1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
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
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "glean-core"
16version = "39.0.0"
17authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
18include = ["/README.md", "/LICENSE", "/src", "/examples", "/tests", "/Cargo.toml"]
19description = "A modern Telemetry library"
20readme = "README.md"
21keywords = ["telemetry"]
22license = "MPL-2.0"
23repository = "https://github.com/mozilla/glean"
24[package.metadata.glean]
25glean-parser = "3.4.0"
26[dependencies.bincode]
27version = "1.2.1"
28
29[dependencies.chrono]
30version = "0.4.10"
31features = ["serde"]
32
33[dependencies.ffi-support]
34version = "0.4.0"
35
36[dependencies.flate2]
37version = "1.0.19"
38
39[dependencies.log]
40version = "0.4.8"
41
42[dependencies.once_cell]
43version = "1.4.1"
44
45[dependencies.rkv]
46version = "0.17.0"
47default-features = false
48
49[dependencies.serde]
50version = "1.0.104"
51features = ["derive"]
52
53[dependencies.serde_json]
54version = "1.0.44"
55
56[dependencies.uuid]
57version = "0.8.1"
58features = ["v4"]
59
60[dependencies.zeitstempel]
61version = "0.1.0"
62[dev-dependencies.ctor]
63version = "0.1.12"
64
65[dev-dependencies.env_logger]
66version = "0.7.1"
67features = ["termcolor", "atty", "humantime"]
68default-features = false
69
70[dev-dependencies.iso8601]
71version = "0.4"
72
73[dev-dependencies.tempfile]
74version = "3.1.0"
75
76[features]
77rkv-safe-mode = []
78[target."cfg(target_os = \"windows\")".dependencies.time]
79version = "0.1.40"
80[badges.circle-ci]
81branch = "main"
82repository = "mozilla/glean"
83
84[badges.maintenance]
85status = "actively-developed"
86