# 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 = "muta-apm" version = "0.1.0" authors = ["Muta Dev "] description = "Muta application performance monitor." license = "MIT" [dependencies.creep] version = "0.2" [dependencies.crossbeam-channel] version = "0.5" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.muta-apm-derive] version = "0.1" [dependencies.parking_lot] version = "0.11" [dependencies.rustracing] version = "0.5" [dependencies.rustracing_jaeger] version = "0.7" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.bytes] version = "1.1" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.tokio] version = "1.14" features = ["macros", "rt"]