# 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 = "rust_observer" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Express telemetry rust SDK" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "rust_observer" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.crossbeam-channel] version = "0.5" [dependencies.fastrand] version = "2" [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12" [dependencies.rust_observer_log_macro] version = "0.1.5" [dependencies.rust_observer_protobuf] version = "0.1.2" [dependencies.rust_observer_trace_macro] version = "0.1.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.smallvec] version = "1.13.2" features = ["serde"] [dependencies.sysinfo] version = "0.31.2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.tonic] version = "0.12"