# 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 = "ray-debug" version = "0.0.4" description = "Rust adapter for the Spatie Ray debugging tool (https://spatie.be/products/ray)" readme = "README.md" keywords = [ "debug", "ray", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/larsmbergvall/ray-debug" [dependencies.backtrace] version = "0.3" [dependencies.gethostname] version = "0.4" [dependencies.maud] version = "0.24" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.rustc_version] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1.3" features = ["v4"] [dev-dependencies.tokio] version = "1.26" features = ["macros"]