glean-core/rlb/Cargo.toml (38 lines of code) (raw):

[package] name = "glean" version = "64.2.0" authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"] description = "Glean SDK Rust language bindings" repository = "https://github.com/mozilla/glean" readme = "README.md" license = "MPL-2.0" edition = "2021" keywords = ["telemetry", "glean"] include = [ "/README.md", "/LICENSE", "/src", "/tests", "/Cargo.toml", ] rust-version = "1.82" [badges] circle-ci = { repository = "mozilla/glean", branch = "main" } maintenance = { status = "actively-developed" } [dependencies.glean-core] path = ".." version = "64.2.0" [dependencies] crossbeam-channel = "0.5" inherent = "1" log = "0.4.8" once_cell = "1.18.0" whatsys = "0.3.0" malloc_size_of = { version = "0.2.1", package = "wr_malloc_size_of", default-features = false, features = ["once_cell"] } [dev-dependencies] env_logger = { version = "0.10.0", default-features = false, features = ["humantime"] } flate2 = "1.0.19" jsonschema-valid = "0.5.0" libc = "0.2" serde_json = "1.0.44" tempfile = "3.1.0"