# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "glean-preview" version = "0.0.5" authors = ["Jan-Erik Rediger ", "The Glean Team "] include = ["README.md", "LICENSE", "CHANGELOG.md", "src/**/*", "tests/**/*", "Cargo.toml"] description = "Nice Glean SDK Rust API" readme = "README.md" keywords = ["telemetry", "glean"] license = "MPL-2.0" repository = "https://github.com/mozilla/glean" [dependencies.glean-core] version = "24.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.2.0" [dev-dependencies.env_logger] version = "0.7.1" features = ["termcolor", "atty", "humantime"] default-features = false [dev-dependencies.log] version = "0.4.8" [dev-dependencies.tempfile] version = "3.1.0" [badges.circle-ci] branch = "master" repository = "mozilla/glean" [badges.maintenance] status = "actively-developed"