# 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.73.0" name = "devtools-core" version = "0.3.5" authors = ["CrabNebula "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/crabnebula-dev/devtools" [lib] name = "devtools_core" path = "src/lib.rs" [dependencies.async-stream] version = "0.3.5" [dependencies.bytes] version = "1.7.1" [dependencies.devtools-wire-format] version = "0.5.2" [dependencies.futures] version = "0.3.30" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" [dependencies.log] version = "0.4" [dependencies.prost-types] version = "0.12" [dependencies.ringbuf] version = "0.4.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "time", ] [dependencies.tokio-stream] version = "0.1" features = ["fs"] [dependencies.tonic] version = "0.10" [dependencies.tonic-health] version = "0.10" [dependencies.tonic-web] version = "0.10" [dependencies.tower] version = "0.4" [dependencies.tower-http] version = "0.4" [dependencies.tower-layer] version = "0.3" [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]