# 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 = "utrace_parser" version = "0.1.2" authors = [ "Evgenii Guberna ", "Dmitriy Negrov ", ] description = "Instrumentation-based profiling library for embedded targets with async support" readme = "README.md" keywords = [ "embedded", "profiling", "async", ] categories = [ "embedded", "development-tools::profiling", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gubik123/utrace" [[bin]] name = "utrace-capture" required-features = ["cli"] [dependencies.anyhow] version = "1.0.81" [dependencies.async-scoped] version = "0.9.0" features = ["use-tokio"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.gimli] version = "0.29.0" features = [ "read", "std", "read-all", "fallible-iterator", "endian-reader", "read-core", ] [dependencies.memmap2] version = "0.9.4" [dependencies.object] version = "0.35.0" [dependencies.serde] version = "1.0.197" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", "net", "sync", "io-util", "io-std", "fs", ] optional = true [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.utrace_core] version = "0.1.1" features = ["std"] [features] cli = ["dep:tokio"]