# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "vignette" version = "0.1.0" authors = ["Nikhil Marathe "] description = "A sampling profiler as a library. Particularly oriented towards shipping software where symbols need to be hydrated later." homepage = "https://github.com/nikhilm/vignette/tree/master/vignette" keywords = ["profiler", "sampling", "profiling", "symbols", "performance"] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/nikhilm/vignette" [dependencies.memmap] version = "^0.6.2" [dependencies.rustc-demangle] version = "^0.1.11" [dependencies.serde] version = "^1.0.69" [dependencies.serde_derive] version = "^1.0.69" [dependencies.serde_json] version = "^1.0.26" [dependencies.symbolic-common] version = "^5.5.6" [dependencies.symbolic-debuginfo] version = "^5.5.6" [dependencies.symbolic-symcache] version = "^5.5.6" [dependencies.threadinfo] version = "0.1.0" [target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.goblin] version = "^0.0.17" [target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.hex] version = "^0.3.2" [target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.libc] version = "~0.2.42" [target."cfg(target_os = \"linux\")".dependencies.nix] version = "~0.11.0" [target."cfg(target_os = \"linux\")".dependencies.unwind-sys] version = "^0.1.1" [target."cfg(target_os = \"macos\")".dependencies.mach] version = "^0.2.3" [target."cfg(target_os = \"macos\")".build-dependencies.bindgen] version = "^0.42.2"