glean-ffi 24.0.0

FFI layer for Glean, a modern Telemetry library
Documentation
[badges.circle-ci]
branch = "master"
repository = "mozilla/glean"

[badges.maintenance]
status = "actively-developed"
[dependencies.ffi-support]
version = "0.3.5"

[dependencies.glean-core]
version = "24.0.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.8"

[dependencies.uuid]
features = ["v4"]
version = "0.8.1"

[lib]
crate-type = ["lib", "staticlib", "cdylib"]
name = "glean_ffi"

[package]
authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
description = "FFI layer for Glean, a modern Telemetry library"
edition = "2018"
include = ["README.md", "LICENSE", "src/**/*", "tests/**/*", "Cargo.toml", "cbindgen.toml", "glean.h"]
keywords = ["telemetry"]
license = "MPL-2.0"
name = "glean-ffi"
readme = "README.md"
repository = "https://github.com/mozilla/glean"
version = "24.0.0"
[target."cfg(not(target_os = \"android\"))".dependencies.env_logger]
default-features = false
features = ["termcolor", "atty", "humantime"]
version = "0.7.1"
[target."cfg(target_os = \"android\")".dependencies.android_logger]
default-features = false
version = "0.8.6"