Source code

Revision control

Copy as Markdown

Other Tools

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2024"
name = "glean-sym"
version = "0.1.0"
authors = ["The Glean Team <glean-team@mozilla.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust API on top of the Glean UniFFI C FFI"
readme = false
license = "MPL-2.0"
[lib]
name = "glean_sym"
path = "src/lib.rs"
[[test]]
name = "parser"
path = "tests/parser.rs"
[dependencies]
libloading = "0.8.0"
once_cell = "1.21.3"
uniffi = "0.31.0"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dev-dependencies]
xshell = "0.2.7"
[dev-dependencies.glean-core]
path = "../"
[dev-dependencies.glean-sym-parser]
path = "../../tools/glean-sym-parser"