# 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" name = "reportme" version = "0.2.1" authors = ["xuxiaocheng <2762267080@qq.com>"] description = "A metrics crate used in build environment. Used to know the actual usage of your crates." documentation = "https://docs.rs/reportme/" readme = "README.md" keywords = [ "metrics", "report", ] license = "MIT" repository = "https://github.com/xuxiaocheng0201/reportme/" [dependencies.anyhow] version = "^1" [dependencies.ureq] version = "^2" features = [ "tls", "json", ] default-features = false [badges.maintenance] status = "passively-maintained"