# 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 = "2021" rust-version = "1.90" name = "glean-build" version = "20.0.0" build = false include = [ "/README.md", "/LICENSE", "/src", "/Cargo.toml", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Glean SDK Rust build helper" readme = "README.md" keywords = [ "telemetry", "glean", ] license = "MPL-2.0" repository = "https://github.com/mozilla/glean" [lib] name = "glean_build" path = "src/lib.rs" [dependencies] xshell-venv = "1.4.0" [dev-dependencies] tempfile = "3.8.0"