tracing-callgraph 0.1.0-alpha.1

A tracing library for generating call graphs from spans.
Documentation
[dependencies.petgraph]
features = ["graphmap"]
version = "0.5.1"

[dependencies.tracing]
version = "0.1.18"

[dependencies.tracing-subscriber]
default-features = false
version = "0.2.10"
[dev-dependencies.tracing-subscriber]
default-features = false
features = ["registry"]
version = "0.2.10"

[features]
default = ["smallvec"]
smallvec = ["tracing-subscriber/smallvec"]

[package]
authors = ["Harry Barber <harrybarber@protonmail.co.uk>"]
categories = ["development-tools"]
description = "A tracing library for generating call graphs from spans.\n"
edition = "2018"
exclude = ["/.github"]
homepage = "https://github.com/hlb8122/tracing-callgraph"
keywords = ["tracing", "graph", "callgraph"]
license = "MIT"
name = "tracing-callgraph"
repository = "https://github.com/hlb8122/tracing-callgraph"
version = "0.1.0-alpha.1"