# 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.67" name = "samply-api" version = "0.23.2" authors = ["Markus Stange "] description = "JSON API for querying symbol information, uses samply-symbols." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mstange/samply/" [dependencies.samply-symbols] version = "0.22.0" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.188" [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.58" [dependencies.yaxpeax-arch] version = "0.2.7" default-features = false [dependencies.yaxpeax-arm] version = "0.2.5" features = ["std"] default-features = false [dependencies.yaxpeax-x86] version = "1.1.4" features = [ "std", "fmt", ] default-features = false [dev-dependencies.anyhow] version = "1.0.81" [dev-dependencies.assert-json-diff] version = "2.0.1" [dev-dependencies.futures] version = "0.3.5" [dev-dependencies.memmap2] version = "0.9.4" [dev-dependencies.serde_json] version = "1.0.115" [features] default = [] send_futures = ["samply-symbols/send_futures"]