[package] name = "sfink_callgraph_traversal" version = "0.2.1" authors = ["Steve Fink "] edition = '2018' description = "Experimental callgraph traversal/analysis tool, currently limited to loading an internal format produced by a static analysis" license = "MIT" keywords = ["callgraph"] maintenance = { "status" = "experimental" } [dependencies] petgraph = "0.4" regex = "1.1" rustyline = "5.0" lazy_static = "1.3" json = "0.12" [dependencies.cpython] version = "0.1" default-features = false features = ["python27-sys", "extension-module-2-7"] [lib] name = "hazgraph" crate-type = ["cdylib", "rlib"] [[bin]] name = "cgtraverse" path = "src/main.rs"