# 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] edition = "2018" name = "tracing-callgraph" version = "0.1.0-alpha.1" authors = ["Harry Barber "] exclude = ["/.github"] description = "A tracing library for generating call graphs from spans.\n" homepage = "https://github.com/hlb8122/tracing-callgraph" keywords = ["tracing", "graph", "callgraph"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/hlb8122/tracing-callgraph" [dependencies.petgraph] version = "0.5.1" features = ["graphmap"] [dependencies.tracing] version = "0.1.18" [dependencies.tracing-subscriber] version = "0.2.10" default-features = false [dev-dependencies.tracing-subscriber] version = "0.2.10" features = ["registry"] default-features = false [features] default = ["smallvec"] smallvec = ["tracing-subscriber/smallvec"]