[package] name = "glean-sym" version = "70.0.0" authors = ["The Glean Team "] description = "A Rust API on top of the Glean UniFFI C FFI" repository = "https://github.com/mozilla/glean" license = "MPL-2.0" edition = "2024" [dependencies] libloading = "0.8.0" once_cell = "1.21.3" serde = { version = "1.0.228", features = ["derive"] } uniffi = "0.32.0" [dev-dependencies] xshell = "0.2.7" glean-sym-parser = { path = "../../tools/glean-sym-parser" } glean-core = { path = "../" } [features] # Enable actual functionality. By default `glean-sym` acts in no-op mode. active = []