loupe 0.1.3

Profiling tool for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "loupe"
version = "0.1.3"
description = "Profiling tool for Rust"
repository = "https://github.com/wasmerio/loupe"
license = "MIT"
edition = "2018"

[dependencies]
loupe-derive = { path = "../loupe-derive", version = "0.1.3", optional = true }
indexmap = { version = "1.6", optional = true }
rustversion = "1.0"

[features]
default = ["derive"]
derive = ["loupe-derive"]
enable-indexmap = ["indexmap"]