allocative 0.3.5

Inspect rust object tree and output it as flamegraph
Documentation
# 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 = "allocative"
version = "0.3.5"
authors = ["Meta"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Inspect rust object tree and output it as flamegraph"
documentation = "https://docs.rs/allocative"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/facebookexperimental/allocative"

[lib]
name = "allocative"
path = "src/lib.rs"

[dependencies.allocative_derive]
version = "=0.3.3"

[dependencies.anyhow]
version = "1.0.65"
optional = true

[dependencies.bumpalo]
version = "3.11.1"
optional = true

[dependencies.compact_str]
version = "0.8"
optional = true

[dependencies.ctor]
version = "0.1.26"

[dependencies.dashmap]
version = "5.5.3"
optional = true

[dependencies.either]
version = "1.8"
optional = true

[dependencies.futures]
version = "0.3.24"
optional = true

[dependencies.hashbrown]
version = "0.14.3"
features = ["raw"]
optional = true

[dependencies.indexmap]
version = "2.2.6"
optional = true

[dependencies.num-bigint]
version = "0.4.3"
optional = true

[dependencies.once_cell]
version = "1.15.0"
optional = true

[dependencies.parking_lot]
version = "0.11.2"
optional = true

[dependencies.prost-types]
version = "0.11.2"
optional = true

[dependencies.relative-path]
version = "1.7.0"
optional = true

[dependencies.serde_json]
version = "1.0.48"
optional = true

[dependencies.slab]
version = "0.4.7"
optional = true

[dependencies.smallvec]
version = "1.10.0"
optional = true

[dependencies.sorted_vector_map]
version = "0.3"
optional = true

[dependencies.tokio]
version = "1.5"
features = ["sync"]
optional = true

[dependencies.triomphe]
version = "0.1.8"
optional = true

[dev-dependencies.inferno]
version = "0.11.11"
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(rust_nightly)"]